lantiq: ase: fix SPI support

Do not disable SPI in the subtarget, otherwise the SPI driver can not
be used.

Disable SPI by default and enable it in the board specific device tree
source file.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2017-10-03 21:44:40 +02:00
parent 66a0f3a397
commit 695645b9ac
3 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,6 @@ CONFIG_MIPS_FPU_EMULATOR=y
# CONFIG_RTL8366_SMI is not set
CONFIG_SOC_AMAZON_SE=y
# CONFIG_SOC_XWAY is not set
# CONFIG_SPI is not set
CONFIG_USB_SUPPORT=y
# CONFIG_WIRELESS is not set
# CONFIG_WLAN is not set

View File

@ -60,6 +60,7 @@
};
spi@E100800 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pins_spi_default>;

View File

@ -104,6 +104,7 @@
"spi_frm";
#address-cells = <1>;
#size-cells = <1>;
status = "disabled";
};
gptu@E100A00 {