lantiq: enable STP where referenced
authorMathias Kresin <dev@kresin.me>
Wed, 3 Jul 2019 07:23:35 +0000 (09:23 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 3 Jul 2019 09:16:34 +0000 (11:16 +0200)
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>
target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2601HNFX.dts
target/linux/lantiq/files-4.14/arch/mips/boot/dts/VGV7519.dtsi

index 6e01068ed8ca791549d3343f7f18d1fe32ff807d..5606eb6e8ba0a379aea1074bcdbc978427c34d39 100644 (file)
 };
 
 &stp {
+       status = "okay";
        lantiq,shadow = <0xfff>;
        lantiq,groups = <0x3>;
 };
index 8ffa9146d933679a0407bf5c5a5eb27e6fad59c4..f69b302bcdd1284b79b1edd093f4d3ecffb77112 100644 (file)
 };
 
 &stp {
+       status = "okay";
        lantiq,shadow = <0xffff>;
        lantiq,groups = <0x3>;
        lantiq,dsl = <0x0>;