aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5250-cros-common.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-cros-common.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5250-cros-common.dtsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5250-cros-common.dtsi b/arch/arm/boot/dts/exynos5250-cros-common.dtsi
index 2c1560d52f1a..89ac90f59e2e 100644
--- a/arch/arm/boot/dts/exynos5250-cros-common.dtsi
+++ b/arch/arm/boot/dts/exynos5250-cros-common.dtsi
@@ -240,7 +240,7 @@
240 samsung,i2c-sda-delay = <100>; 240 samsung,i2c-sda-delay = <100>;
241 samsung,i2c-max-bus-freq = <378000>; 241 samsung,i2c-max-bus-freq = <378000>;
242 242
243 hdmiphy@38 { 243 hdmiphy: hdmiphy@38 {
244 compatible = "samsung,exynos4212-hdmiphy"; 244 compatible = "samsung,exynos4212-hdmiphy";
245 reg = <0x38>; 245 reg = <0x38>;
246 }; 246 };
@@ -304,6 +304,10 @@
304 304
305 hdmi { 305 hdmi {
306 hpd-gpio = <&gpx3 7 0>; 306 hpd-gpio = <&gpx3 7 0>;
307 pinctrl-names = "default";
308 pinctrl-0 = <&hdmi_hpd_irq>;
309 phy = <&hdmiphy>;
310 ddc = <&i2c_2>;
307 }; 311 };
308 312
309 gpio-keys { 313 gpio-keys {