ARM: dts: msm: Csiphy clk muxer changes for SDM660
Update the csiphy clk muxer base register and offset for SDM660. Change-Id: I33e5afd8215aa753cdec0c1d86e7b8b0e3194115 Signed-off-by: Shankar Ravi <rshankar@codeaurora.org>
This commit is contained in:
parent
a51b7f6000
commit
1a8bbe2959
1 changed files with 9 additions and 6 deletions
|
@ -24,8 +24,9 @@
|
|||
qcom,csiphy@c824000 {
|
||||
cell-index = <0>;
|
||||
compatible = "qcom,csiphy-v3.5", "qcom,csiphy";
|
||||
reg = <0xc824000 0x1000>;
|
||||
reg-names = "csiphy";
|
||||
reg = <0xc824000 0x1000>,
|
||||
<0xca00120 0x4>;
|
||||
reg-names = "csiphy", "csiphy_clk_mux";
|
||||
interrupts = <0 78 0>;
|
||||
interrupt-names = "csiphy";
|
||||
gdscr-supply = <&gdsc_camss_top>;
|
||||
|
@ -61,8 +62,9 @@
|
|||
qcom,csiphy@c825000 {
|
||||
cell-index = <1>;
|
||||
compatible = "qcom,csiphy-v3.5", "qcom,csiphy";
|
||||
reg = <0xc825000 0x1000>;
|
||||
reg-names = "csiphy";
|
||||
reg = <0xc825000 0x1000>,
|
||||
<0xca00124 0x4>;
|
||||
reg-names = "csiphy", "csiphy_clk_mux";
|
||||
interrupts = <0 79 0>;
|
||||
interrupt-names = "csiphy";
|
||||
gdscr-supply = <&gdsc_camss_top>;
|
||||
|
@ -98,8 +100,9 @@
|
|||
qcom,csiphy@c826000 {
|
||||
cell-index = <2>;
|
||||
compatible = "qcom,csiphy-v3.5", "qcom,csiphy";
|
||||
reg = <0xc826000 0x1000>;
|
||||
reg-names = "csiphy";
|
||||
reg = <0xc826000 0x1000>,
|
||||
<0xca00128 0x4>;
|
||||
reg-names = "csiphy", "csiphy_clk_mux";
|
||||
interrupts = <0 80 0>;
|
||||
interrupt-names = "csiphy";
|
||||
gdscr-supply = <&gdsc_camss_top>;
|
||||
|
|
Loading…
Add table
Reference in a new issue