diff options
author | Marek Vasut <marex@denx.de> | 2025-03-11 02:34:18 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-03-13 15:15:50 -0300 |
commit | a1cd1ac79a29fc8bc484b2fc8f6d47ca90dcd43f (patch) | |
tree | 697016b5ed9e716d8b416861639148112fa3567b | |
parent | 048fabc21bf2e5333eeca7971e0e464fbe000912 (diff) |
ARM: dts: imx: Drop bogus regulator extras on DH i.MX6 DHCOM DRC02
The regulator extras should be placed in the USB H1 regulator node,
the /regulator-usb-h1-vbus. They are already present there in the
upstream DT, so delete this bogus node entirely.
Signed-off-by: Marek Vasut <marex@denx.de>
-rw-r--r-- | arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi index 740a24d96ec..300e355c8ef 100644 --- a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi @@ -27,11 +27,6 @@ }; }; -®_usb_otg_vbus { - gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>; - enable-active-high; -}; - &wdog1 { bootph-pre-ram; }; |