This patch references the hdmi ddc and phy i2c nodes directly in the hdmi node to match the updated bindings. Signed-off-by: Sean Paul <seanpaul@xxxxxxxxxxxx> --- Changes in v4: - Added patch arch/arm/boot/dts/cros5250-common.dtsi | 6 ++++-- arch/arm/boot/dts/exynos5250-smdk5250.dts | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/cros5250-common.dtsi b/arch/arm/boot/dts/cros5250-common.dtsi index 9b186ac..ada9d99 100644 --- a/arch/arm/boot/dts/cros5250-common.dtsi +++ b/arch/arm/boot/dts/cros5250-common.dtsi @@ -201,7 +201,7 @@ samsung,i2c-sda-delay = <100>; samsung,i2c-max-bus-freq = <66000>; - hdmiddc@50 { + hdmi_ddc_node: hdmiddc@50 { compatible = "samsung,exynos4210-hdmiddc"; reg = <0x50>; }; @@ -235,7 +235,7 @@ samsung,i2c-sda-delay = <100>; samsung,i2c-max-bus-freq = <378000>; - hdmiphy@38 { + hdmi_phy_node: hdmiphy@38 { compatible = "samsung,exynos4212-hdmiphy"; reg = <0x38>; }; @@ -313,6 +313,8 @@ hdmi { hpd-gpio = <&gpx3 7 0>; + ddc = <&hdmi_ddc_node>; + phy = <&hdmi_phy_node>; }; gpio-keys { diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts index f86d567..b14985a 100644 --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts @@ -104,7 +104,7 @@ samsung,i2c-sda-delay = <100>; samsung,i2c-max-bus-freq = <66000>; - hdmiddc@50 { + hdmi_ddc_node: hdmiddc@50 { compatible = "samsung,exynos4210-hdmiddc"; reg = <0x50>; }; @@ -134,7 +134,7 @@ samsung,i2c-sda-delay = <100>; samsung,i2c-max-bus-freq = <66000>; - hdmiphy@38 { + hdmi_phy_node: hdmiphy@38 { compatible = "samsung,exynos4212-hdmiphy"; reg = <0x38>; }; @@ -220,6 +220,8 @@ hdmi { hpd-gpio = <&gpx3 7 0>; + ddc = <&hdmi_ddc_node>; + phy = <&hdmi_phy_node>; }; codec@11000000 { -- 1.8.5.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel