diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-09-07 16:00:22 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 15:14:14 +0100 |
commit | 4d9a06979b1ae0c802440cb4433dfcd85fc7bdd3 (patch) | |
tree | 49bd0fb03a10fda9193e8d61a98fe193e5391fd8 | |
parent | 0356f1ae06e322a309e52276fcf9d3c2e6c52099 (diff) | |
download | talos-op-linux-4d9a06979b1ae0c802440cb4433dfcd85fc7bdd3.tar.gz talos-op-linux-4d9a06979b1ae0c802440cb4433dfcd85fc7bdd3.zip |
ARM: dts: sun7i: Fix HDMI output DTC warning
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>
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index bffd3a21bee3..1b247369ec86 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -662,8 +662,6 @@ }; hdmi_out: port@1 { - #address-cells = <1>; - #size-cells = <0>; reg = <1>; }; }; |