Commit d72f4f03 authored by Simon Horman's avatar Simon Horman

ARM: dts: koelsch: Move cec_clock to root node

cec-clock is a fixed clock generator that is not controlled by i2c5 and
thus should not be a child of the i2c5 bus node. Rather, it should be
a child of the root node of the DT.

Fixes: 02a5ab18 ("ARM: dts: koelsch: Add CEC clock for HDMI transmitter")
Reported-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent 77014a7c
...@@ -278,6 +278,12 @@ hdmi_con_in: endpoint { ...@@ -278,6 +278,12 @@ hdmi_con_in: endpoint {
}; };
}; };
cec_clock: cec-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12000000>;
};
hdmi-out { hdmi-out {
compatible = "hdmi-connector"; compatible = "hdmi-connector";
type = "a"; type = "a";
...@@ -640,12 +646,6 @@ adv7180: endpoint { ...@@ -640,12 +646,6 @@ adv7180: endpoint {
}; };
}; };
cec_clock: cec-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12000000>;
};
hdmi@39 { hdmi@39 {
compatible = "adi,adv7511w"; compatible = "adi,adv7511w";
reg = <0x39>; reg = <0x39>;
......
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