From 66140820e14fb76ef0c56188de657d105f1edb64 Mon Sep 17 00:00:00 2001 From: Sander Vanheule Date: Sun, 20 Feb 2022 16:25:44 +0100 Subject: [PATCH] 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 --- 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 { -- 2.30.2