diff options
author | Olof Johansson <olof@lixom.net> | 2019-04-28 22:01:25 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-04-28 22:01:25 +0200 |
commit | 366dd293f86fe9d9f191784a3e3d76d40048081b (patch) | |
tree | a98139ec8225094ec1f0c4ba9dd4dcc44fc85f74 /arch/arm/boot/dts | |
parent | Merge tag 'v5.2-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
parent | ARM: dts: qcom-apq8064: Set 'cxo_board' as ref clock of the DSI PHY (diff) | |
download | linux-366dd293f86fe9d9f191784a3e3d76d40048081b.tar.xz linux-366dd293f86fe9d9f191784a3e3d76d40048081b.zip |
Merge tag 'qcom-dts-for-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/dt
Qualcomm Device Tree Changes for v5.2 - Part 2
* Add cxo_board as ref clk for DSI phy
* tag 'qcom-dts-for-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
ARM: dts: qcom-apq8064: Set 'cxo_board' as ref clock of the DSI PHY
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 8ca89c79bd0e..65975df6a8c3 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1303,8 +1303,9 @@ <0x04700300 0x200>, <0x04700500 0x5c>; reg-names = "dsi_pll", "dsi_phy", "dsi_phy_regulator"; - clock-names = "iface_clk"; - clocks = <&mmcc DSI_M_AHB_CLK>; + clock-names = "iface_clk", "ref"; + clocks = <&mmcc DSI_M_AHB_CLK>, + <&cxo_board>; }; |