diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 14:52:41 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 21:26:27 +0100 |
commit | 09f29dcc22d5d465b52bbe95c09d0315e23c787b (patch) | |
tree | d5aa084f1304eb10036711a2341c53f5203b69d7 /arch/arm/boot/dts/sun6i-a31.dtsi | |
parent | ARM: sunxi: Fix the USB PHY VBUS detect GPIO properties (diff) | |
download | linux-09f29dcc22d5d465b52bbe95c09d0315e23c787b.tar.xz linux-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/sun6i-a31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 2bc273ce2fe4..e8eebc60787c 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -292,6 +292,7 @@ "tcon-ch0", "tcon-ch1"; clock-output-names = "tcon0-pixel-clock"; + #clock-cells = <0>; ports { #address-cells = <1>; @@ -340,6 +341,7 @@ "tcon-ch0", "tcon-ch1"; clock-output-names = "tcon1-pixel-clock"; + #clock-cells = <0>; ports { #address-cells = <1>; |