From 695645b9ac1c0bcb90b20c49e463be84927a4967 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 3 Oct 2017 21:44:40 +0200 Subject: 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 --- target/linux/lantiq/dts/DGN1000B.dts | 1 + target/linux/lantiq/dts/amazonse.dtsi | 1 + 2 files changed, 2 insertions(+) (limited to 'target/linux/lantiq/dts') diff --git a/target/linux/lantiq/dts/DGN1000B.dts b/target/linux/lantiq/dts/DGN1000B.dts index 558658292e..1e409d2841 100644 --- a/target/linux/lantiq/dts/DGN1000B.dts +++ b/target/linux/lantiq/dts/DGN1000B.dts @@ -60,6 +60,7 @@ }; spi@E100800 { + status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&pins_spi_default>; diff --git a/target/linux/lantiq/dts/amazonse.dtsi b/target/linux/lantiq/dts/amazonse.dtsi index e88fc161b7..e6925a3adf 100644 --- a/target/linux/lantiq/dts/amazonse.dtsi +++ b/target/linux/lantiq/dts/amazonse.dtsi @@ -104,6 +104,7 @@ "spi_frm"; #address-cells = <1>; #size-cells = <1>; + status = "disabled"; }; gptu@E100A00 { -- cgit v1.2.3