Commit 0593e164 authored by Michal Vokáč's avatar Michal Vokáč Committed by Shawn Guo

ARM: dts: imx6dl-yapp4: Remove unneeded status "okay"

Explicit status = "okay" is not needed as it is the default.
Signed-off-by: default avatarMichal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f87c9b04
...@@ -98,7 +98,6 @@ reg_usb_otg_vbus: regulator-usb-otg-vbus { ...@@ -98,7 +98,6 @@ reg_usb_otg_vbus: regulator-usb-otg-vbus {
regulator-max-microvolt = <5000000>; regulator-max-microvolt = <5000000>;
gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
status = "okay";
}; };
}; };
...@@ -302,7 +301,6 @@ eeprom@57 { ...@@ -302,7 +301,6 @@ eeprom@57 {
compatible = "atmel,24c128"; compatible = "atmel,24c128";
reg = <0x57>; reg = <0x57>;
pagesize = <64>; pagesize = <64>;
status = "okay";
}; };
touchscreen: touchscreen@5c { touchscreen: touchscreen@5c {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment