diff options
author | Dmitry Baryshkov <[email protected]> | 2022-06-09 15:23:49 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-30 22:29:24 -0500 |
commit | fe5651cc8e33b5fcdc351e36cd0cd4bff2f6192f (patch) | |
tree | 272ebcb0772c9b55609a05c805951bdb94df3a52 | |
parent | 6ac2799c3096dc2fe6d65026efa8a6cf212976bd (diff) |
ARM: dts: qcom: apq8064: drop phy-names from HDMI device node
The HDMI driver doesn't use the phy-names to identify the PHY. Different
Qualcomm platforms have used different names for the PHY. So, we are
deprecating phy-names propertty of the HDMI device and dropping them
from existing DTs.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 452afcacd64d..91adcbd54b17 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1420,7 +1420,6 @@ "slave_iface"; phys = <&hdmi_phy>; - phy-names = "hdmi-phy"; ports { #address-cells = <1>; |