mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: change the compatible for rk3328 i2c
Change-Id: I02e7c4088a7a14e233ce2fd907d6a249c18f3a7d Signed-off-by: david.wu <david.wu@rock-chips.com>
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
};
|
||||
|
||||
i2c0: i2c@ff150000 {
|
||||
compatible = "rockchip,rk3328-i2c";
|
||||
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
|
||||
reg = <0x0 0xff150000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
@@ -327,7 +327,7 @@
|
||||
};
|
||||
|
||||
i2c1: i2c@ff160000 {
|
||||
compatible = "rockchip,rk3328-i2c";
|
||||
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
|
||||
reg = <0x0 0xff160000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
@@ -340,7 +340,7 @@
|
||||
};
|
||||
|
||||
i2c2: i2c@ff170000 {
|
||||
compatible = "rockchip,rk3328-i2c";
|
||||
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
|
||||
reg = <0x0 0xff170000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
@@ -353,7 +353,7 @@
|
||||
};
|
||||
|
||||
i2c3: i2c@ff180000 {
|
||||
compatible = "rockchip,rk3328-i2c";
|
||||
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
|
||||
reg = <0x0 0xff180000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user