i2c: support i2c ao driver [1/1]

PD#SWPL-125779

Problem:
there is no ao i2c driver

Solution:
support i2c ao driver

Verify:
TXHD2 be319

Signed-off-by: junyi.zhao <junyi.zhao@amlogic.com>
Change-Id: I6fc6f54eae92d72c4fa502616b415464199720ec
This commit is contained in:
junyi.zhao
2023-06-05 17:03:24 +08:00
committed by Qianggui Song
parent e36bd69978
commit 8cd04344bf
+2 -2
View File
@@ -999,10 +999,10 @@
i2c_AO: i2c@5000 {
compatible = "amlogic,meson-i2c";
reg = <0x5000 0x48>;
interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>;
interrupts = <GIC_SPI 195 IRQ_TYPE_EDGE_RISING>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clkc CLKID_CLK81_I2C>;
clocks = <&clkc_AO CLKID_AO_I2C_MASTER>;
clock-frequency = <100000>;
status = "disabled";
};