]> Git Repo - J-linux.git/commitdiff
arm64: dts: exynos: gs101-oriole: add placeholder regulators for USB phy
authorAndré Draszik <[email protected]>
Tue, 18 Jun 2024 09:01:33 +0000 (10:01 +0100)
committerKrzysztof Kozlowski <[email protected]>
Thu, 20 Jun 2024 07:32:57 +0000 (09:32 +0200)
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]>
arch/arm64/boot/dts/exynos/google/gs101-oriole.dts

index b10bde2ec7168a556689d598651e42160ffa3ccd..387fb779bd29ea3812331a7951f03b181c5fe659 100644 (file)
 };
 
 &usbdrd31_phy {
+       /* TODO: Update these once PMIC is implemented */
+       pll-supply = <&reg_placeholder>;
+       dvdd-usb20-supply = <&reg_placeholder>;
+       vddh-usb20-supply = <&reg_placeholder>;
+       vdd33-usb20-supply = <&reg_placeholder>;
+       vdda-usbdp-supply = <&reg_placeholder>;
+       vddh-usbdp-supply = <&reg_placeholder>;
        status = "okay";
 };
 
This page took 0.048328 seconds and 4 git commands to generate.