diff options
author | 2023-03-14 19:06:06 +0100 | |
---|---|---|
committer | 2023-03-27 10:26:45 +0800 | |
commit | 0593e164bb05eb16387b137aef8bd8b6b0e9edd0 (patch) | |
tree | 59827857b69a11252af34b48cd2b8f02c97f218a | |
parent | ARM: dts: imx6dl-yapp4: Move status to the end of property list (diff) | |
download | wireguard-linux-0593e164bb05eb16387b137aef8bd8b6b0e9edd0.tar.xz wireguard-linux-0593e164bb05eb16387b137aef8bd8b6b0e9edd0.zip |
ARM: dts: imx6dl-yapp4: Remove unneeded status "okay"
Explicit status = "okay" is not needed as it is the default.
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index 42df92dd6e59..3be38a3c4bb1 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -98,7 +98,6 @@ regulator-max-microvolt = <5000000>; gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; enable-active-high; - status = "okay"; }; }; @@ -302,7 +301,6 @@ compatible = "atmel,24c128"; reg = <0x57>; pagesize = <64>; - status = "okay"; }; touchscreen: touchscreen@5c { |