@@ -522,4 +522,31 @@
samsung,power-domain = <&pd_lcd0>;
status = "disabled";
};
+
+ hdmi_phy: hdmi-phy@10020700 {
+ compatible = "simple-phy";
+ reg = <0x10020700 0x4>;
+ mask = <1>;
+ #phy-cells = <0>;
+ };
+
+ hdmi: hdmi@12D00000 {
+ reg = <0x12D00000 0x70000>;
+ interrupts = <0 92 0>;
+ clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy";
+ clocks = <&clock 271>, <&clock 136>, <&clock 139>, <&clock 21>;
+ phys = <&hdmi_phy>;
+ phy-names = "hdmiphy";
+ status = "disabled";
+ samsung,power-domain = <&pd_tv>;
+ };
+
+ mixer: mixer@12C10000 {
+ compatible = "samsung,exynos4-mixer";
+ interrupts = <0 91 0>;
+ reg = <0x12C10000 0x2100>, <0x12c00000 0x300>;
+ clock-names = "mixer", "sclk_hdmi", "vp", "sclk_dac", "sclk_mixer";
+ clocks = <&clock 269>, <&clock 136>, <&clock 268>, <&clock 138>, <&clock 137>;
+ samsung,power-domain = <&pd_tv>;
+ };
};
@@ -155,4 +155,8 @@
samsung,lcd-wb;
};
};
+
+ hdmi: hdmi@12D00000 {
+ compatible = "samsung,exynos4210-hdmi";
+ };
};
This patch adds DT nodes for HDMI related devices on SoCs from Exynos4 family. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> --- arch/arm/boot/dts/exynos4.dtsi | 27 +++++++++++++++++++++++++++ arch/arm/boot/dts/exynos4210.dtsi | 4 ++++ 2 files changed, 31 insertions(+)