ARM: dts: Add HDMI related I2C nodes for Arndale board
Updated I2C nodes for HDMI-DDC and HDMI-PHY for Arndale board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
@@ -324,7 +324,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
i2c@12C80000 {
|
i2c@12C80000 {
|
||||||
status = "disabled";
|
samsung,i2c-sda-delay = <100>;
|
||||||
|
samsung,i2c-max-bus-freq = <66000>;
|
||||||
|
samsung,i2c-slave-addr = <0x50>;
|
||||||
|
|
||||||
|
hdmiddc@50 {
|
||||||
|
compatible = "samsung,exynos4210-hdmiddc";
|
||||||
|
reg = <0x50>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@12C90000 {
|
i2c@12C90000 {
|
||||||
@@ -362,6 +369,17 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2c@12CE0000 {
|
||||||
|
samsung,i2c-sda-delay = <100>;
|
||||||
|
samsung,i2c-max-bus-freq = <66000>;
|
||||||
|
samsung,i2c-slave-addr = <0x38>;
|
||||||
|
|
||||||
|
hdmiphy@38 {
|
||||||
|
compatible = "samsung,exynos4212-hdmiphy";
|
||||||
|
reg = <0x38>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
i2c@121D0000 {
|
i2c@121D0000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user