diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-09-07 16:00:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-13 08:52:03 +0100 |
commit | b00d8fc54ab4496bd3d4ba4d680e68b13bbf2e9c (patch) | |
tree | 7fcc8ce22ab4da1befc34172e8d3e89de7e4be6c | |
parent | 6f1560992075b162c3dcf144e6a35922e6b245b5 (diff) | |
download | linux-stable-b00d8fc54ab4496bd3d4ba4d680e68b13bbf2e9c.tar.gz linux-stable-b00d8fc54ab4496bd3d4ba4d680e68b13bbf2e9c.tar.bz2 linux-stable-b00d8fc54ab4496bd3d4ba4d680e68b13bbf2e9c.zip |
ARM: dts: sun4i: Fix HDMI output DTC warning
[ Upstream commit 123b796d3fac60d69a3737d81901ab483c4efd6e ]
Our HDMI output endpoint on the A10 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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 3d62a8950720..5d46bb0139fa 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -530,8 +530,6 @@ }; hdmi_out: port@1 { - #address-cells = <1>; - #size-cells = <0>; reg = <1>; }; }; |