mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rv1126b: Fix compatible for can node
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: Ib2c841c8fde7605c299208583638b78f13e9f365
This commit is contained in:
@@ -3258,7 +3258,7 @@
|
||||
};
|
||||
|
||||
can0: can@21d40000 {
|
||||
compatible = "rockchip,rv1126b-canfd";
|
||||
compatible = "rockchip,rv1126b-can";
|
||||
reg = <0x21d40000 0x1000>;
|
||||
interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CAN0>, <&cru HCLK_CAN0>;
|
||||
@@ -3271,7 +3271,7 @@
|
||||
};
|
||||
|
||||
can1: can@21d50000 {
|
||||
compatible = "rockchip,rv1126b-canfd";
|
||||
compatible = "rockchip,rv1126b-can";
|
||||
reg = <0x21d50000 0x1000>;
|
||||
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CAN1>, <&cru HCLK_CAN1>;
|
||||
|
||||
Reference in New Issue
Block a user