diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2022-06-09 14:23:49 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-07-01 05:29:24 +0200 |
commit | fe5651cc8e33b5fcdc351e36cd0cd4bff2f6192f (patch) | |
tree | 272ebcb0772c9b55609a05c805951bdb94df3a52 /arch/arm/boot/dts/qcom-apq8064.dtsi | |
parent | ARM: dts: qcom: apq8064-ifc6410: drop hdmi-mux-supply (diff) | |
download | linux-fe5651cc8e33b5fcdc351e36cd0cd4bff2f6192f.tar.xz linux-fe5651cc8e33b5fcdc351e36cd0cd4bff2f6192f.zip |
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 <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220609122350.3157529-14-dmitry.baryshkov@linaro.org
Diffstat (limited to 'arch/arm/boot/dts/qcom-apq8064.dtsi')
-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>; |