diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-07-23 11:44:07 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-07-23 12:16:44 +0300 |
commit | d40113fb5f7e632232546a74aae6e6d8ca2e70e2 (patch) | |
tree | dfd4130f49471edb528518f70dca4b8f7d72f5a5 /arch/arm/boot/dts/sunxi-h3-h5.dtsi | |
parent | 6f21a03b07ce9480087138e588081ed3c3c0fa1e (diff) | |
download | linux-d40113fb5f7e632232546a74aae6e6d8ca2e70e2.tar.xz |
ARM: dts: sunxi: Fix the HDMI PHY name
Even though the binding mentions that the PHY name must be "phy", it turns
out that all our DTs had "hdmi-phy" instead.
The code doesn't care about the phy-names property, so we can just change
our DTs to match the binding, without any side effect.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sunxi-h3-h5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index b1d8c8228a37..b4a6035ae9f5 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -765,7 +765,7 @@ resets = <&ccu RST_BUS_HDMI1>; reset-names = "ctrl"; phys = <&hdmi_phy>; - phy-names = "hdmi-phy"; + phy-names = "phy"; status = "disabled"; ports { |