diff options
author | Mathias Kresin <dev@kresin.me> | 2019-07-03 09:23:35 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-07-03 11:17:29 +0200 |
commit | 1b990513997481f8e5a9f2200c977ab4345fb787 (patch) | |
tree | 20e8d80a18eca0549535d8bfd4f8bfa3619cf593 | |
parent | cb9db2a0c3234c3b36f710276a81a87a6032d86b (diff) | |
download | upstream-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>
-rw-r--r-- | target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2601HNFX.dts | 1 | ||||
-rw-r--r-- | target/linux/lantiq/files-4.14/arch/mips/boot/dts/VGV7519.dtsi | 1 |
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>; |