Re: [PATCH v5 4/6] ARM: dts: add dt nodes for exynos5420 hdmi subsystem
From: Rahul Sharma <hidden>
Date: 2013-08-27 03:56:37
Also in:
linux-samsung-soc
On 27 August 2013 04:59, Tomasz Figa [off-list ref] wrote:
Hi Rahul, On Monday 26 of August 2013 15:08:19 Rahul Sharma wrote:quoted
Add hdmi, mixer, ddc device tree nodes for Exynos 5420 SoC. Signed-off-by: Rahul Sharma <redacted> --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 15 +++++++++++++++ arch/arm/boot/dts/exynos5420.dtsi | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+)diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dtsb/arch/arm/boot/dts/exynos5420-smdk5420.dts index bafba25..140565f 100644--- a/arch/arm/boot/dts/exynos5420-smdk5420.dts +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts@@ -61,4 +61,19 @@ }; }; + hdmi@14530000 { + status = "okay"; + hpd-gpio = <&gpx3 7 0>; + }; + + i2c_2: i2c@12C80000 { + samsung,i2c-sda-delay = <100>; + samsung,i2c-max-bus-freq = <66000>; + status = "okay"; + + hdmiddc@50 { + compatible = "samsung,exynos4210-hdmiddc"; + reg = <0x50>; + }; + }; };As I mentioned in my reply for previous version of this patch, changes done to this board dts file should be moved to next patch instead and its subject appropriately modified.
Hi Tomasz, Sorry. I missed that. I will move the hpd-gpio related change to patch 5. I will spin off a new patch for Hdmi ddc related additions. regards, Rahul Sharma.
Best regards, Tomasz