diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2018-09-16 06:34:09 +0200 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-09-20 05:48:01 +0200 |
commit | 13b91ed77a65cf3bf23353880245d0cbd9138294 (patch) | |
tree | 3d915ceb4a03ae1fed96ed09c1a3dcad53995016 /arch/arm/boot/dts/sun8i-r40.dtsi | |
parent | arm64: allwinner: dts: h6: fix Pine H64 MMC bus width (diff) | |
download | linux-13b91ed77a65cf3bf23353880245d0cbd9138294.tar.xz linux-13b91ed77a65cf3bf23353880245d0cbd9138294.zip |
ARM: dts: sun8i: drop A64 HDMI PHY fallback compatible from R40 DT
The R40 HDMI PHY seems to be different to the A64 one, the A64 one
has no input mux, but the R40 one has.
Drop the A64 fallback compatible from the HDMI PHY node in R40 DT.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
[wens@csie.org: Fix subject prefix order]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-r40.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-r40.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi index ffd9f00f74a4..5f547c161baf 100644 --- a/arch/arm/boot/dts/sun8i-r40.dtsi +++ b/arch/arm/boot/dts/sun8i-r40.dtsi @@ -800,8 +800,7 @@ }; hdmi_phy: hdmi-phy@1ef0000 { - compatible = "allwinner,sun8i-r40-hdmi-phy", - "allwinner,sun50i-a64-hdmi-phy"; + compatible = "allwinner,sun8i-r40-hdmi-phy"; reg = <0x01ef0000 0x10000>; clocks = <&ccu CLK_BUS_HDMI1>, <&ccu CLK_HDMI_SLOW>, <&ccu 7>, <&ccu 16>; |