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:04 +0100 |
commit | 0b3d71d82a852563f8002221820eba6d7d6c55e4 (patch) | |
tree | ac0031ec9f90e889916cedc97e450ed2e6967a43 | |
parent | b00d8fc54ab4496bd3d4ba4d680e68b13bbf2e9c (diff) | |
download | linux-stable-0b3d71d82a852563f8002221820eba6d7d6c55e4.tar.gz linux-stable-0b3d71d82a852563f8002221820eba6d7d6c55e4.tar.bz2 linux-stable-0b3d71d82a852563f8002221820eba6d7d6c55e4.zip |
ARM: dts: sun5i: a10s: Fix HDMI output DTC warning
[ Upstream commit ed5fc60b909427be6ca93d3e07a0a5f296d7000a ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi index 316cb8b2945b..a66d9f92f58f 100644 --- a/arch/arm/boot/dts/sun5i-a10s.dtsi +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi @@ -104,8 +104,6 @@ }; hdmi_out: port@1 { - #address-cells = <1>; - #size-cells = <0>; reg = <1>; }; }; |