Commit 8941e330 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

ARM: tegra: colibri_t30: rename hdmiddc to hdmi_ddc

Rename hdmiddc to hdmi_ddc to be more in-line with other device trees.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent ccb99d44
......@@ -71,7 +71,7 @@ rtc@68 {
};
/* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
hdmiddc: i2c@7000c700 {
i2c@7000c700 {
status = "okay";
};
......
......@@ -12,7 +12,7 @@ memory@80000000 {
host1x@50000000 {
hdmi@54280000 {
nvidia,ddc-i2c-bus = <&hdmiddc>;
nvidia,ddc-i2c-bus = <&hdmi_ddc>;
nvidia,hpd-gpio =
<&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
pll-supply = <&reg_1v8_avdd_hdmi_pll>;
......@@ -707,7 +707,7 @@ serial@70006300 {
compatible = "nvidia,tegra30-hsuart";
};
hdmiddc: i2c@7000c700 {
hdmi_ddc: i2c@7000c700 {
clock-frequency = <10000>;
};
......
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