Commit 9d65f902 authored by Patrice Chotard's avatar Patrice Chotard

ARM: dts: STiH410-B2120: enable sti-hda at board level

As sti-hda is only available on STiH410-B2120,
disable it in STiH410.dtsi and enable it at board level.
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 7ce7d89f
...@@ -60,5 +60,11 @@ ohci1: usb@9a83c00 { ...@@ -60,5 +60,11 @@ ohci1: usb@9a83c00 {
ehci1: usb@9a83e00 { ehci1: usb@9a83e00 {
status = "okay"; status = "okay";
}; };
sti-display-subsystem {
sti-hda@8d02000 {
status = "okay";
};
};
}; };
}; };
...@@ -221,6 +221,7 @@ sti_hdmi: sti-hdmi@8d04000 { ...@@ -221,6 +221,7 @@ sti_hdmi: sti-hdmi@8d04000 {
sti-hda@8d02000 { sti-hda@8d02000 {
compatible = "st,stih407-hda"; compatible = "st,stih407-hda";
status = "disabled";
reg = <0x8d02000 0x400>, <0x92b0120 0x4>; reg = <0x8d02000 0x400>, <0x92b0120 0x4>;
reg-names = "hda-reg", "video-dacs-ctrl"; reg-names = "hda-reg", "video-dacs-ctrl";
clock-names = "pix", clock-names = "pix",
......
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