Commit 5472b7df authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

arm64: dts: imx8mq: add hdmi phy 27m clock

The i.MX8MQ PLL support hdmi phy 27m as pll reference clock,
so add a fixed clock for it.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Reviewed-by: default avatarAbel Vesa <abel.vesa@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent bc046b95
......@@ -63,6 +63,13 @@ osc_27m: clock-osc-27m {
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>;
......
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