ARM: dts: qcom-apq8064: Fix dsi and hdmi phy cells
authorAndy Gross <andy.gross@linaro.org>
Wed, 16 Aug 2017 04:28:26 +0000 (23:28 -0500)
committerAndy Gross <andy.gross@linaro.org>
Wed, 11 Oct 2017 20:52:28 +0000 (15:52 -0500)
This patch adds the necessary #phy-cells property to the DSI and HDMI
phys.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
arch/arm/boot/dts/qcom-apq8064.dtsi

index f3db185..d08f3db 100644 (file)
                                usb_hs1_phy: phy {
                                        compatible = "qcom,usb-hs-phy-apq8064",
                                                     "qcom,usb-hs-phy";
-                                       #phy-cells = <0>;
                                        clocks = <&sleep_clk>, <&cxo_board>;
                                        clock-names = "sleep", "ref";
                                        resets = <&usb1 0>;
                                        reset-names = "por";
+                                       #phy-cells = <0>;
                                };
                        };
                };
                dsi0_phy: dsi-phy@4700200 {
                        compatible = "qcom,dsi-phy-28nm-8960";
                        #clock-cells = <1>;
+                       #phy-cells = <0>;
 
                        reg = <0x04700200 0x100>,
                                <0x04700300 0x200>,
 
                        clocks = <&mmcc HDMI_S_AHB_CLK>;
                        clock-names = "slave_iface_clk";
+                       #phy-cells = <0>;
                };
 
                mdp: mdp@5100000 {