mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3568: Set spi node to fall back point
Both rk3568' spi is compatible with rk3036's spi design. Change-Id: I952beb57c151e77165db781bc17ec782b6bc62a4 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -2858,7 +2858,7 @@
|
||||
};
|
||||
|
||||
spi0: spi@fe610000 {
|
||||
compatible = "rockchip,rk3568-spi", "rockchip,rk3066-spi";
|
||||
compatible = "rockchip,rk3066-spi";
|
||||
reg = <0x0 0xfe610000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
@@ -2874,7 +2874,7 @@
|
||||
};
|
||||
|
||||
spi1: spi@fe620000 {
|
||||
compatible = "rockchip,rk3568-spi", "rockchip,rk3066-spi";
|
||||
compatible = "rockchip,rk3066-spi";
|
||||
reg = <0x0 0xfe620000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
@@ -2890,7 +2890,7 @@
|
||||
};
|
||||
|
||||
spi2: spi@fe630000 {
|
||||
compatible = "rockchip,rk3568-spi", "rockchip,rk3066-spi";
|
||||
compatible = "rockchip,rk3066-spi";
|
||||
reg = <0x0 0xfe630000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
@@ -2906,7 +2906,7 @@
|
||||
};
|
||||
|
||||
spi3: spi@fe640000 {
|
||||
compatible = "rockchip,rk3568-spi", "rockchip,rk3066-spi";
|
||||
compatible = "rockchip,rk3066-spi";
|
||||
reg = <0x0 0xfe640000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user