Commit 3191b5b3 authored by Andy Gross's avatar Andy Gross

ARM: dts: qcom-apq8064: Fix dsi and hdmi phy cells

This patch adds the necessary #phy-cells property to the DSI and HDMI
phys.
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
Reviewed-by: default avatarArchit Taneja <architt@codeaurora.org>
parent 2bd6bf03
......@@ -906,11 +906,11 @@ ulpi {
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>;
};
};
};
......@@ -1263,6 +1263,7 @@ dsi0_out: endpoint {
dsi0_phy: dsi-phy@4700200 {
compatible = "qcom,dsi-phy-28nm-8960";
#clock-cells = <1>;
#phy-cells = <0>;
reg = <0x04700200 0x100>,
<0x04700300 0x200>,
......@@ -1417,6 +1418,7 @@ hdmi_phy: hdmi-phy@4a00400 {
clocks = <&mmcc HDMI_S_AHB_CLK>;
clock-names = "slave_iface_clk";
#phy-cells = <0>;
};
mdp: mdp@5100000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment