From aafee2b3e9488028dcd538b2a7c10149ca243fdb Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 1 Dec 2020 14:14:59 +0100 Subject: ramips: drop redundant status for gpio/gpio0 The first gpio controller (gpio or gpio0) is always enabled by default in the SoC DTSI files. No need to set status=okay in the device DTS files a second time. Remove the redundant statements. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/rt5350_nixcore_x1.dtsi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ramips/dts/rt5350_nixcore_x1.dtsi') diff --git a/target/linux/ramips/dts/rt5350_nixcore_x1.dtsi b/target/linux/ramips/dts/rt5350_nixcore_x1.dtsi index 191e3c6714..b837d5c67c 100644 --- a/target/linux/ramips/dts/rt5350_nixcore_x1.dtsi +++ b/target/linux/ramips/dts/rt5350_nixcore_x1.dtsi @@ -108,10 +108,6 @@ }; }; -&gpio0 { - status = "okay"; -}; - &gpio1 { status = "okay"; }; -- cgit v1.2.3