提交 79a313f5 编写于 作者: B Benjamin Gaignard 提交者: Olof Johansson

ARM: sti: dt: adapt DT to fix probe/bind issues in DRM driver

STI drm drivers probe and bind using component framework was incorrect.
In addition to drivers fix DT update is needed to make all sub-components
become childs of sti-display-subsystem.
Signed-off-by: NBenjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: NMaxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 bc13b233
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<&clk_s_d0_quadfs 0>, <&clk_s_d0_quadfs 0>,
<&clk_s_d2_quadfs 0>, <&clk_s_d2_quadfs 0>,
<&clk_s_d2_quadfs 0>; <&clk_s_d2_quadfs 0>;
ranges; };
sti-hdmi@8d04000 { sti-hdmi@8d04000 {
compatible = "st,stih407-hdmi"; compatible = "st,stih407-hdmi";
...@@ -129,7 +129,6 @@ ...@@ -129,7 +129,6 @@
reset-names = "hdmi"; reset-names = "hdmi";
resets = <&softreset STIH407_HDMI_TX_PHY_SOFTRESET>; resets = <&softreset STIH407_HDMI_TX_PHY_SOFTRESET>;
ddc = <&hdmiddc>; ddc = <&hdmiddc>;
}; };
sti-hda@8d02000 { sti-hda@8d02000 {
...@@ -147,5 +146,4 @@ ...@@ -147,5 +146,4 @@
}; };
}; };
}; };
};
}; };
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
<&clk_s_d0_quadfs 0>, <&clk_s_d0_quadfs 0>,
<&clk_s_d2_quadfs 0>, <&clk_s_d2_quadfs 0>,
<&clk_s_d2_quadfs 0>; <&clk_s_d2_quadfs 0>;
ranges; };
sti-hdmi@8d04000 { sti-hdmi@8d04000 {
compatible = "st,stih407-hdmi"; compatible = "st,stih407-hdmi";
...@@ -204,7 +204,6 @@ ...@@ -204,7 +204,6 @@
reset-names = "hdmi"; reset-names = "hdmi";
resets = <&softreset STIH407_HDMI_TX_PHY_SOFTRESET>; resets = <&softreset STIH407_HDMI_TX_PHY_SOFTRESET>;
ddc = <&hdmiddc>; ddc = <&hdmiddc>;
}; };
sti-hda@8d02000 { sti-hda@8d02000 {
...@@ -221,7 +220,6 @@ ...@@ -221,7 +220,6 @@
<&clk_s_d2_quadfs 1>; <&clk_s_d2_quadfs 1>;
}; };
}; };
};
bdisp0:bdisp@9f10000 { bdisp0:bdisp@9f10000 {
compatible = "st,stih407-bdisp"; compatible = "st,stih407-bdisp";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册