mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: qcom: sc8180x: add refgen regulator and use it for DSI
Add the refgen regulator block and use it for the DSI controllers. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250921-refgen-v1-6-9d93e64133ea@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
f8cfb1932c
commit
4be2ab8c4e
@@ -2530,6 +2530,12 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
refgen: regulator@88e7000 {
|
||||
compatible = "qcom,sc8180x-refgen-regulator",
|
||||
"qcom,sdm845-refgen-regulator";
|
||||
reg = <0x0 0x088e7000 0x0 0x60>;
|
||||
};
|
||||
|
||||
usb_prim_qmpphy: phy@88e8000 {
|
||||
compatible = "qcom,sc8180x-qmp-usb3-dp-phy";
|
||||
reg = <0 0x088e8000 0 0x3000>;
|
||||
@@ -3116,6 +3122,8 @@
|
||||
phys = <&mdss_dsi0_phy>;
|
||||
phy-names = "dsi";
|
||||
|
||||
refgen-supply = <&refgen>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
@@ -3203,6 +3211,8 @@
|
||||
phys = <&mdss_dsi1_phy>;
|
||||
phy-names = "dsi";
|
||||
|
||||
refgen-supply = <&refgen>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
|
||||
Reference in New Issue
Block a user