Commit 33c4e658 authored by Johan Hovold's avatar Johan Hovold Committed by Bjorn Andersson

arm64: dts: qcom: sc8280xp: update UFS PHY nodes

Update the UFS PHY nodes to match the new binding.
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Reviewed-by: default avatarBrian Masney <bmasney@redhat.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221104092045.17410-3-johan+linaro@kernel.org
parent 08f399a8
...@@ -1337,7 +1337,7 @@ ufs_mem_hc: ufs@1d84000 { ...@@ -1337,7 +1337,7 @@ ufs_mem_hc: ufs@1d84000 {
"jedec,ufs-2.0"; "jedec,ufs-2.0";
reg = <0 0x01d84000 0 0x3000>; reg = <0 0x01d84000 0 0x3000>;
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
phys = <&ufs_mem_phy_lanes>; phys = <&ufs_mem_phy>;
phy-names = "ufsphy"; phy-names = "ufsphy";
lanes-per-direction = <2>; lanes-per-direction = <2>;
#reset-cells = <1>; #reset-cells = <1>;
...@@ -1378,27 +1378,20 @@ ufs_mem_hc: ufs@1d84000 { ...@@ -1378,27 +1378,20 @@ ufs_mem_hc: ufs@1d84000 {
ufs_mem_phy: phy@1d87000 { ufs_mem_phy: phy@1d87000 {
compatible = "qcom,sc8280xp-qmp-ufs-phy"; compatible = "qcom,sc8280xp-qmp-ufs-phy";
reg = <0 0x01d87000 0 0x1c8>; reg = <0 0x01d87000 0 0x1000>;
#address-cells = <2>;
#size-cells = <2>;
ranges;
clock-names = "ref",
"ref_aux";
clocks = <&gcc GCC_UFS_CARD_CLKREF_CLK>, clocks = <&gcc GCC_UFS_CARD_CLKREF_CLK>,
<&gcc GCC_UFS_PHY_PHY_AUX_CLK>; <&gcc GCC_UFS_PHY_PHY_AUX_CLK>;
clock-names = "ref", "ref_aux";
power-domains = <&gcc UFS_PHY_GDSC>;
resets = <&ufs_mem_hc 0>; resets = <&ufs_mem_hc 0>;
reset-names = "ufsphy"; reset-names = "ufsphy";
status = "disabled";
ufs_mem_phy_lanes: phy@1d87400 {
reg = <0 0x01d87400 0 0x108>,
<0 0x01d87600 0 0x1e0>,
<0 0x01d87c00 0 0x1dc>,
<0 0x01d87800 0 0x108>,
<0 0x01d87a00 0 0x1e0>;
#phy-cells = <0>; #phy-cells = <0>;
};
status = "disabled";
}; };
ufs_card_hc: ufs@1da4000 { ufs_card_hc: ufs@1da4000 {
...@@ -1406,7 +1399,7 @@ ufs_card_hc: ufs@1da4000 { ...@@ -1406,7 +1399,7 @@ ufs_card_hc: ufs@1da4000 {
"jedec,ufs-2.0"; "jedec,ufs-2.0";
reg = <0 0x01da4000 0 0x3000>; reg = <0 0x01da4000 0 0x3000>;
interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
phys = <&ufs_card_phy_lanes>; phys = <&ufs_card_phy>;
phy-names = "ufsphy"; phy-names = "ufsphy";
lanes-per-direction = <2>; lanes-per-direction = <2>;
#reset-cells = <1>; #reset-cells = <1>;
...@@ -1446,28 +1439,20 @@ ufs_card_hc: ufs@1da4000 { ...@@ -1446,28 +1439,20 @@ ufs_card_hc: ufs@1da4000 {
ufs_card_phy: phy@1da7000 { ufs_card_phy: phy@1da7000 {
compatible = "qcom,sc8280xp-qmp-ufs-phy"; compatible = "qcom,sc8280xp-qmp-ufs-phy";
reg = <0 0x01da7000 0 0x1c8>; reg = <0 0x01da7000 0 0x1000>;
#address-cells = <2>;
#size-cells = <2>;
ranges;
clock-names = "ref",
"ref_aux";
clocks = <&gcc GCC_UFS_1_CARD_CLKREF_CLK>, clocks = <&gcc GCC_UFS_1_CARD_CLKREF_CLK>,
<&gcc GCC_UFS_CARD_PHY_AUX_CLK>; <&gcc GCC_UFS_CARD_PHY_AUX_CLK>;
clock-names = "ref", "ref_aux";
power-domains = <&gcc UFS_CARD_GDSC>;
resets = <&ufs_card_hc 0>; resets = <&ufs_card_hc 0>;
reset-names = "ufsphy"; reset-names = "ufsphy";
status = "disabled";
ufs_card_phy_lanes: phy@1da7400 {
reg = <0 0x01da7400 0 0x108>,
<0 0x01da7600 0 0x1e0>,
<0 0x01da7c00 0 0x1dc>,
<0 0x01da7800 0 0x108>,
<0 0x01da7a00 0 0x1e0>;
#phy-cells = <0>; #phy-cells = <0>;
};
status = "disabled";
}; };
tcsr_mutex: hwlock@1f40000 { tcsr_mutex: hwlock@1f40000 {
......
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