]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: sun7i: Fix HDMI output DTC warning
authorMaxime Ripard <maxime.ripard@bootlin.com>
Fri, 7 Sep 2018 14:00:22 +0000 (16:00 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 14:14:14 +0000 (15:14 +0100)
Our HDMI output endpoint on the A10s DTSI has a warning under DTC: "graph
node has single child node 'endpoint', #address-cells/#size-cells are not
necessary". Fix this by removing those properties.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun7i-a20.dtsi

index bffd3a21bee3dbbd64760d8d249617ce50d7d63c..1b247369ec8652f46c09828b1096e8438427bc44 100644 (file)
                                };
 
                                hdmi_out: port@1 {
-                                       #address-cells = <1>;
-                                       #size-cells = <0>;
                                        reg = <1>;
                                };
                        };