arm64: tegra: Add DSI/CSI regulator on Smaug
authorDiogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Mon, 7 Aug 2023 13:33:03 +0000 (14:33 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 10 Oct 2023 15:37:35 +0000 (17:37 +0200)
Add the node for the DSI/CSI regulator in the Pixel C.

Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

index 53805555dd2d24add8dabc0958145bcd8551f34c..9acf33aae902dcd650747dd8a4ef0bb0cf0845bf 100644 (file)
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
        };
+
+       vdd_dsi_csi: regulator-vdd-dsi-csi {
+               compatible = "regulator-fixed";
+               regulator-name = "AVDD_DSI_CSI_1V2";
+               regulator-min-microvolt = <1200000>;
+               regulator-max-microvolt = <1200000>;
+               vin-supply = <&pp1200_avdd>;
+       };
 };