diff mbox series

[1/2] arm64: dts: imx8mq: add hdmi phy 27m clock to clock-controller

Message ID 20220927140638.2759111-1-alexander.stein@ew.tq-group.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [1/2] arm64: dts: imx8mq: add hdmi phy 27m clock to clock-controller | expand

Commit Message

Alexander Stein Sept. 27, 2022, 2:06 p.m. UTC
Commit 5472b7df7c79 ("arm64: dts: imx8mq: add hdmi phy 27m clock") only
added a fixed clock, without adding it to the clock-controller.
This is a preparation for actually adding this as pll reference clock.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index c486d66056a9..adf8d85526b8 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -645,10 +645,12 @@  clk: clock-controller@30380000 {
 				#clock-cells = <1>;
 				clocks = <&ckil>, <&osc_25m>, <&osc_27m>,
 				         <&clk_ext1>, <&clk_ext2>,
-				         <&clk_ext3>, <&clk_ext4>;
+				         <&clk_ext3>, <&clk_ext4>,
+					 <&hdmi_phy_27m>;
 				clock-names = "ckil", "osc_25m", "osc_27m",
 				              "clk_ext1", "clk_ext2",
-				              "clk_ext3", "clk_ext4";
+				              "clk_ext3", "clk_ext4",
+					      "hdmi_phy_27m";
 				assigned-clocks = <&clk IMX8MQ_CLK_A53_SRC>,
 						  <&clk IMX8MQ_CLK_A53_CORE>,
 						  <&clk IMX8MQ_CLK_NOC>,