mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ARM: dts: rockchip: rk3506: Fix compatible for can node
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: I9752391f1dfea98e5425c6a553fee5e7d3e5af4d
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
};
|
||||
|
||||
can0: can@ff320000 {
|
||||
compatible = "rockchip,rk3506-canfd", "rockchip,rk3576-canfd";
|
||||
compatible = "rockchip,rk3506-can", "rockchip,rk3576-can";
|
||||
reg = <0xff320000 0x1000>;
|
||||
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CAN0>, <&cru HCLK_CAN0>;
|
||||
@@ -53,7 +53,7 @@
|
||||
};
|
||||
|
||||
can1: can@ff330000 {
|
||||
compatible = "rockchip,rk3506-canfd", "rockchip,rk3576-canfd";
|
||||
compatible = "rockchip,rk3506-can", "rockchip,rk3576-can";
|
||||
reg = <0xff330000 0x1000>;
|
||||
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CAN1>, <&cru HCLK_CAN1>;
|
||||
|
||||
Reference in New Issue
Block a user