diff options
| author | Sander Vanheule | 2022-02-20 15:25:44 +0000 |
|---|---|---|
| committer | Daniel Golle | 2022-02-20 16:23:55 +0000 |
| commit | 66140820e14fb76ef0c56188de657d105f1edb64 (patch) | |
| tree | bc2c3af08cee7906b2fbe88d5460a3aa613fc532 | |
| parent | a39fbaf23a4a6632bcc17d41481238e8179f8524 (diff) | |
| download | openwrt-66140820e14fb76ef0c56188de657d105f1edb64.tar.gz | |
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@svanheule.net>
| -rw-r--r-- | target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts | 2 |
1 files changed, 0 insertions, 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 { |