Skip to content

Commit b1360dc

Browse files
jernejskmripard
authored andcommitted
arm64: dts: allwinner: a64: Fix USB OTG regulator
Currently, AXP803 driver assumes that reg_drivevbus is input which is wrong. Unfortunate consequence of that is that none of the USB ports work on the board, even USB HOST port, because USB PHY driver probing fails due to missing regulator. Fix that by adding "x-powers,drive-vbus-en" property to AXP803 node. Fixes: 14ff5d8 ("arm64: dts: allwinner: a64: Orange Pi Win: Enable USB OTG socket") Cc: stable@vger.kernel.org Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
1 parent cc4bdda commit b1360dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
reg = <0x3a3>;
189189
interrupt-parent = <&r_intc>;
190190
interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
191+
x-powers,drive-vbus-en; /* set N_VBUSEN as output pin */
191192
};
192193
};
193194

0 commit comments

Comments
 (0)