Skip to content

Commit 2510bca

Browse files
andredkrzk
authored andcommitted
arm64: dts: exynos: gs101-oriole: add placeholder regulators for USB phy
The USB phy requires various power supplies to work. While we don't have a PMIC driver yet, the supplies should still be added to the DT. Add some placeholders, which will be replaced with the real ones once we implement PMIC. Signed-off-by: André Draszik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 7872f90 commit 2510bca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/boot/dts/exynos/google/gs101-oriole.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@
145145
};
146146

147147
&usbdrd31_phy {
148+
/* TODO: Update these once PMIC is implemented */
149+
pll-supply = <&reg_placeholder>;
150+
dvdd-usb20-supply = <&reg_placeholder>;
151+
vddh-usb20-supply = <&reg_placeholder>;
152+
vdd33-usb20-supply = <&reg_placeholder>;
153+
vdda-usbdp-supply = <&reg_placeholder>;
154+
vddh-usbdp-supply = <&reg_placeholder>;
148155
status = "okay";
149156
};
150157

0 commit comments

Comments
 (0)