diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-03 21:44:40 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-04 20:08:15 +0200 |
commit | 695645b9ac1c0bcb90b20c49e463be84927a4967 (patch) | |
tree | 45118674930334e0ed47a3a95bd0e06ed0034b86 /target/linux/lantiq/dts | |
parent | 66a0f3a39709839c1e46141f5e431974e4bd4cdf (diff) | |
download | mtk-20170518-695645b9ac1c0bcb90b20c49e463be84927a4967.zip mtk-20170518-695645b9ac1c0bcb90b20c49e463be84927a4967.tar.gz mtk-20170518-695645b9ac1c0bcb90b20c49e463be84927a4967.tar.bz2 |
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>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/DGN1000B.dts | 1 | ||||
-rw-r--r-- | target/linux/lantiq/dts/amazonse.dtsi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/DGN1000B.dts b/target/linux/lantiq/dts/DGN1000B.dts index 5586582..1e409d2 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 e88fc16..e6925a3 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 { |