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>
# 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
};
spi@E100800 {
+ status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pins_spi_default>;
"spi_frm";
#address-cells = <1>;
#size-cells = <1>;
+ status = "disabled";
};
gptu@E100A00 {