Skip to content

Commit a679702

Browse files
committed
arm64: dts: qcom: sc8280xp: drop reference-clock source
Bugzilla: https://bugzilla.redhat.com/2159516 commit 9eb18ed Author: Johan Hovold <johan+linaro@kernel.org> Date: Fri Nov 11 10:38:57 2022 +0100 arm64: dts: qcom: sc8280xp: drop reference-clock source The source clock for the reference clock should not be described by the devicetree binding and instead this relationship should be modelled in the clock driver. Update the USB PHY nodes to match the fixed binding. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221111093857.11360-4-johan+linaro@kernel.org Signed-off-by: Adrien Thierry <athierry@redhat.com>
1 parent 16e9c5c commit a679702

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

arch/arm64/boot/dts/qcom/sc8280xp.dtsi

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,12 +1587,10 @@
15871587
reg = <0 0x088ef000 0 0x2000>;
15881588

15891589
clocks = <&gcc GCC_USB3_MP_PHY_AUX_CLK>,
1590-
<&rpmhcc RPMH_CXO_CLK>,
15911590
<&gcc GCC_USB3_MP0_CLKREF_CLK>,
15921591
<&gcc GCC_USB3_MP_PHY_COM_AUX_CLK>,
15931592
<&gcc GCC_USB3_MP_PHY_PIPE_0_CLK>;
1594-
clock-names = "aux", "ref_clk_src", "ref", "com_aux",
1595-
"pipe";
1593+
clock-names = "aux", "ref", "com_aux", "pipe";
15961594

15971595
resets = <&gcc GCC_USB3_UNIPHY_MP0_BCR>,
15981596
<&gcc GCC_USB3UNIPHY_PHY_MP0_BCR>;
@@ -1613,12 +1611,10 @@
16131611
reg = <0 0x088f1000 0 0x2000>;
16141612

16151613
clocks = <&gcc GCC_USB3_MP_PHY_AUX_CLK>,
1616-
<&rpmhcc RPMH_CXO_CLK>,
16171614
<&gcc GCC_USB3_MP1_CLKREF_CLK>,
16181615
<&gcc GCC_USB3_MP_PHY_COM_AUX_CLK>,
16191616
<&gcc GCC_USB3_MP_PHY_PIPE_1_CLK>;
1620-
clock-names = "aux", "ref_clk_src", "ref", "com_aux",
1621-
"pipe";
1617+
clock-names = "aux", "ref", "com_aux", "pipe";
16221618

16231619
resets = <&gcc GCC_USB3_UNIPHY_MP1_BCR>,
16241620
<&gcc GCC_USB3UNIPHY_PHY_MP1_BCR>;

0 commit comments

Comments
 (0)