]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: koelsch: Move cec_clock to root node
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 2 Nov 2017 09:18:05 +0000 (10:18 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 27 Nov 2017 10:40:10 +0000 (11:40 +0100)
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: 02a5ab18d366 ("ARM: dts: koelsch: Add CEC clock for HDMI transmitter")
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
arch/arm/boot/dts/r8a7791-koelsch.dts

index e164eda69baf3fd02a8392cb432b4b9c00ec6f54..4126de417922426195e48b512ecdb368a641b30d 100644 (file)
@@ -278,6 +278,12 @@ hdmi_con_in: endpoint {
                };
        };
 
+       cec_clock: cec-clock {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <12000000>;
+       };
+
        hdmi-out {
                compatible = "hdmi-connector";
                type = "a";
@@ -640,12 +646,6 @@ adv7180: endpoint {
                };
        };
 
-       cec_clock: cec-clock {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <12000000>;
-       };
-
        hdmi@39 {
                compatible = "adi,adv7511w";
                reg = <0x39>;