Using the builtin I2C controller in dw_hdmi is better than using the
normal RK3399 I2C controller(I2C3).
Change-Id: I6a2de7221263e8564f7cca56ea5c52e1a133c138
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
status = "okay";
};
-&i2c3 {
- status = "okay";
- i2c-scl-rising-time-ns = <450>;
- i2c-scl-falling-time-ns = <15>;
-};
-
&hdmi {
#address-cells = <1>;
#size-cells = <0>;
#sound-dai-cells = <0>;
- pinctrl-names = "default";
- pinctrl-0 = <&hdmi_i2c_xfer>;
status = "okay";
};
#address-cells = <1>;
#size-cells = <0>;
#sound-dai-cells = <0>;
- ddc-i2c-bus = <&i2c3>;
status = "okay";
};
};
};
-&i2c3 {
- status = "okay";
- i2c-scl-rising-time-ns = <450>;
- i2c-scl-falling-time-ns = <15>;
-};
-
&i2s2 {
#sound-dai-cells = <0>;
status = "okay";
reg = <0x0 0xff940000 0x0 0x20000>;
reg-io-width = <4>;
rockchip,grf = <&grf>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&hdmi_i2c_xfer>;
power-domains = <&power RK3399_PD_HDCP>;
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_SFR>, <&cru PLL_VPLL>, <&cru PCLK_VIO_GRF>;