mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 21:04:42 -04:00
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 <andre.draszik@linaro.org> Link: https://lore.kernel.org/r/20240618-gs101-usb-regulators-in-dt-v3-1-6a749207052e@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
7872f905b2
commit
2510bca481
@@ -145,6 +145,13 @@ &usbdrd31_dwc3 {
|
||||
};
|
||||
|
||||
&usbdrd31_phy {
|
||||
/* TODO: Update these once PMIC is implemented */
|
||||
pll-supply = <®_placeholder>;
|
||||
dvdd-usb20-supply = <®_placeholder>;
|
||||
vddh-usb20-supply = <®_placeholder>;
|
||||
vdd33-usb20-supply = <®_placeholder>;
|
||||
vdda-usbdp-supply = <®_placeholder>;
|
||||
vddh-usbdp-supply = <®_placeholder>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user