[openwrt/openwrt] realtek: ZyXEL GS1900-48: drop status from gpio1

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 20 09:00:20 PST 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/66140820e14fb76ef0c56188de657d105f1edb64

commit 66140820e14fb76ef0c56188de657d105f1edb64
Author: Sander Vanheule <sander at svanheule.net>
AuthorDate: Sun Feb 20 16:25:44 2022 +0100

    realtek: ZyXEL GS1900-48: drop status from gpio1
    
    The default value for a DT node's status property is already "okay", so
    there's no need to specify it again. Drop the status property to clean
    up the DTS.
    
    Signed-off-by: Sander Vanheule <sander at svanheule.net>
---
 target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts b/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts
index 9deecd636e..88b3160f76 100644
--- a/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts
+++ b/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts
@@ -37,8 +37,6 @@
 		#gpio-cells = <2>;
 		indirect-access-bus-id = <3>;
 		gpio-controller;
-
-		status = "okay";
 	};
 
 	gpio-restart {



More information about the lede-commits mailing list