aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2019-07-03 09:23:35 +0200
committerMathias Kresin <dev@kresin.me>2019-07-03 11:17:29 +0200
commit1b990513997481f8e5a9f2200c977ab4345fb787 (patch)
tree20e8d80a18eca0549535d8bfd4f8bfa3619cf593 /target
parentcb9db2a0c3234c3b36f710276a81a87a6032d86b (diff)
downloadupstream-1b990513997481f8e5a9f2200c977ab4345fb787.tar.gz
upstream-1b990513997481f8e5a9f2200c977ab4345fb787.tar.bz2
upstream-1b990513997481f8e5a9f2200c977ab4345fb787.zip
lantiq: enable STP where referenced
While moving common used parts to dtsi files, the was disabled by default but not enabled for all boards using the STP. Fixes: f519fea4c6db ("lantiq: kernel 4.14: cleanup dts files") Reported-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Mathias Kresin <dev@kresin.me> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2601HNFX.dts1
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/VGV7519.dtsi1
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2601HNFX.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2601HNFX.dts
index 6e01068ed8..5606eb6e8b 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2601HNFX.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2601HNFX.dts
@@ -181,6 +181,7 @@
};
&stp {
+ status = "okay";
lantiq,shadow = <0xfff>;
lantiq,groups = <0x3>;
};
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VGV7519.dtsi b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VGV7519.dtsi
index 8ffa9146d9..f69b302bcd 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VGV7519.dtsi
@@ -279,6 +279,7 @@
};
&stp {
+ status = "okay";
lantiq,shadow = <0xffff>;
lantiq,groups = <0x3>;
lantiq,dsl = <0x0>;