arm64: dts: imx8mq: add hdmi phy 27m clock
authorPeng Fan <peng.fan@nxp.com>
Fri, 25 Feb 2022 09:00:01 +0000 (17:00 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Apr 2022 13:23:45 +0000 (21:23 +0800)
The i.MX8MQ PLL support hdmi phy 27m as pll reference clock,
so add a fixed clock for it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index 5b3e849..1eca2b4 100644 (file)
                clock-output-names = "osc_27m";
        };
 
+       hdmi_phy_27m: clock-hdmi-phy-27m {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <27000000>;
+               clock-output-names = "hdmi_phy_27m";
+       };
+
        clk_ext1: clock-ext1 {
                compatible = "fixed-clock";
                #clock-cells = <0>;