From: Dmitry Baryshkov Date: Sun, 21 Sep 2025 07:09:25 +0000 (+0300) Subject: arm64: dts: qcom: sm6350: add refgen regulator and use it for DSI X-Git-Tag: v6.19-rc1~100^2~14^2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53107df09622c3a6c534ff4bffad9634d05c41e;p=thirdparty%2Flinux.git arm64: dts: qcom: sm6350: add refgen regulator and use it for DSI Add the refgen regulator block and use it for the DSI controller. Signed-off-by: Dmitry Baryshkov Reviewed-by: Luca Weiss Link: https://lore.kernel.org/r/20250921-refgen-v1-9-9d93e64133ea@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index 8459b27cacc72..dd009569a6683 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -1768,6 +1768,12 @@ resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>; }; + refgen: regulator@88e7000 { + compatible = "qcom,sm6350-refgen-regulator", + "qcom,sm8250-refgen-regulator"; + reg = <0x0 0x088e7000 0x0 0x84>; + }; + usb_1_qmpphy: phy@88e8000 { compatible = "qcom,sm6350-qmp-usb3-dp-phy"; reg = <0x0 0x088e8000 0x0 0x3000>; @@ -2360,6 +2366,8 @@ phys = <&mdss_dsi0_phy>; phy-names = "dsi"; + refgen-supply = <&refgen>; + #address-cells = <1>; #size-cells = <0>;