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:
Elaine Zhang
2025-10-09 18:10:40 +08:00
committed by Tao Huang
parent f762a94b7c
commit 535db335d2

View File

@@ -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>;