aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun8i-v3s.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-03-25 14:52:41 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-03-25 21:26:27 +0100
commit09f29dcc22d5d465b52bbe95c09d0315e23c787b (patch)
treed5aa084f1304eb10036711a2341c53f5203b69d7 /arch/arm/boot/dts/sun8i-v3s.dtsi
parentARM: sunxi: Fix the USB PHY VBUS detect GPIO properties (diff)
downloadlinux-dev-09f29dcc22d5d465b52bbe95c09d0315e23c787b.tar.xz
linux-dev-09f29dcc22d5d465b52bbe95c09d0315e23c787b.zip
ARM: dts: sunxi: Fix the TCON output clock
Even though we shouldn't really have any external user of the clock provided by the TCON, if clock-output-names is set, then #clock-cells must be there as well. Fix this. Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-v3s.dtsi')
-rw-r--r--arch/arm/boot/dts/sun8i-v3s.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-v3s.dtsi b/arch/arm/boot/dts/sun8i-v3s.dtsi
index ebb496bc8cf5..df72b1719c34 100644
--- a/arch/arm/boot/dts/sun8i-v3s.dtsi
+++ b/arch/arm/boot/dts/sun8i-v3s.dtsi
@@ -147,6 +147,7 @@
clock-names = "ahb",
"tcon-ch0";
clock-output-names = "tcon-pixel-clock";
+ #clock-cells = <0>;
resets = <&ccu RST_BUS_TCON0>;
reset-names = "lcd";
status = "disabled";