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:16:34 +0200 |
commit | 030d3f48e56d3a141b98a293bb3cb5b8a9ef956d (patch) | |
tree | b73f668c285e5ed0a3ce9d8c609a2a0c4870ecb6 /target/linux/lantiq | |
parent | 1d4c4cbd20580dd211431ab58460a6eebd5e021e (diff) | |
download | upstream-030d3f48e56d3a141b98a293bb3cb5b8a9ef956d.tar.gz upstream-030d3f48e56d3a141b98a293bb3cb5b8a9ef956d.tar.bz2 upstream-030d3f48e56d3a141b98a293bb3cb5b8a9ef956d.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/linux/lantiq')
-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>; |