mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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
This commit is contained in:
parent
0a14272479
commit
7adf978462
|
|
@ -1090,6 +1090,16 @@ &tmu_gpu {
|
|||
vtmu-supply = <&ldo10_reg>;
|
||||
};
|
||||
|
||||
&usbdrd3_0 {
|
||||
vdd10-supply = <&ldo15_reg>;
|
||||
vdd33-supply = <&ldo12_reg>;
|
||||
};
|
||||
|
||||
&usbdrd3_1 {
|
||||
vdd10-supply = <&ldo15_reg>;
|
||||
vdd33-supply = <&ldo12_reg>;
|
||||
};
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user