Commit f63ba6aa authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: msm8996: switch UFS QMP PHY to new style of bindings

Change the UFS QMP PHY to use newer style of QMP PHY bindings (single
resource region, no per-PHY subnodes).
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20231205032552.1583336-2-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 0f6f5a22
...@@ -780,9 +780,9 @@ gcc: clock-controller@300000 { ...@@ -780,9 +780,9 @@ gcc: clock-controller@300000 {
<&pciephy_1>, <&pciephy_1>,
<&pciephy_2>, <&pciephy_2>,
<&usb3phy>, <&usb3phy>,
<&ufsphy_lane 0>, <&ufsphy 0>,
<&ufsphy_lane 1>, <&ufsphy 1>,
<&ufsphy_lane 2>; <&ufsphy 2>;
clock-names = "cxo", clock-names = "cxo",
"cxo2", "cxo2",
"sleep_clk", "sleep_clk",
...@@ -2047,7 +2047,7 @@ ufshc: ufshc@624000 { ...@@ -2047,7 +2047,7 @@ ufshc: ufshc@624000 {
reg = <0x00624000 0x2500>; reg = <0x00624000 0x2500>;
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
phys = <&ufsphy_lane>; phys = <&ufsphy>;
phy-names = "ufsphy"; phy-names = "ufsphy";
power-domains = <&gcc UFS_GDSC>; power-domains = <&gcc UFS_GDSC>;
...@@ -2100,25 +2100,18 @@ ufshc: ufshc@624000 { ...@@ -2100,25 +2100,18 @@ ufshc: ufshc@624000 {
ufsphy: phy@627000 { ufsphy: phy@627000 {
compatible = "qcom,msm8996-qmp-ufs-phy"; compatible = "qcom,msm8996-qmp-ufs-phy";
reg = <0x00627000 0x1c4>; reg = <0x00627000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
clocks = <&gcc GCC_UFS_CLKREF_CLK>; clocks = <&gcc GCC_UFS_CLKREF_CLK>;
clock-names = "ref"; clock-names = "ref";
resets = <&ufshc 0>; resets = <&ufshc 0>;
reset-names = "ufsphy"; reset-names = "ufsphy";
status = "disabled";
ufsphy_lane: phy@627400 { #clock-cells = <1>;
reg = <0x627400 0x12c>, #phy-cells = <0>;
<0x627600 0x200>,
<0x627c00 0x1b4>; status = "disabled";
#clock-cells = <1>;
#phy-cells = <0>;
};
}; };
camss: camss@a34000 { camss: camss@a34000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment