Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun4i: Enable otg in host only mode on Jesurun Q5

The Jesurun Q5 has the musb hooked up to an usb-a receptacle, enable it
in host-only mode.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Hans de Goede and committed by
Maxime Ripard
fec794c7 f5942978

+15
+15
arch/arm/boot/dts/sun4i-a10-jesurun-q5.dts
··· 156 156 status = "okay"; 157 157 }; 158 158 159 + &otg_sram { 160 + status = "okay"; 161 + }; 162 + 159 163 &pio { 160 164 emac_power_pin_q5: emac_power_pin@0 { 161 165 allwinner,pins = "PH19"; ··· 176 172 }; 177 173 }; 178 174 175 + &reg_usb0_vbus { 176 + regulator-boot-on; 177 + status = "okay"; 178 + }; 179 + 179 180 &reg_usb1_vbus { 180 181 status = "okay"; 181 182 }; ··· 195 186 status = "okay"; 196 187 }; 197 188 189 + &usb_otg { 190 + dr_mode = "host"; 191 + status = "okay"; 192 + }; 193 + 198 194 &usbphy { 195 + usb0_vbus-supply = <&reg_usb0_vbus>; 199 196 usb1_vbus-supply = <&reg_usb1_vbus>; 200 197 usb2_vbus-supply = <&reg_usb2_vbus>; 201 198 status = "okay";