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

ARM: dts: exynos: add USB DWC3 supplies to Chromebook Peach Pit

Add required voltage regulators for USB DWC3 block on Exynos5420
Chromebook Peach Pit board. Due to lack of board schematics, use same
regulators as on Odroid XU board (using same MAX77802 PMIC).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220123111644.25540-8-krzysztof.kozlowski@canonical.com

+10
+10
arch/arm/boot/dts/exynos5420-peach-pit.dts
··· 1090 1090 vtmu-supply = <&ldo10_reg>; 1091 1091 }; 1092 1092 1093 + &usbdrd3_0 { 1094 + vdd10-supply = <&ldo15_reg>; 1095 + vdd33-supply = <&ldo12_reg>; 1096 + }; 1097 + 1098 + &usbdrd3_1 { 1099 + vdd10-supply = <&ldo15_reg>; 1100 + vdd33-supply = <&ldo12_reg>; 1101 + }; 1102 + 1093 1103 &usbdrd_dwc3_0 { 1094 1104 dr_mode = "host"; 1095 1105 };