mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7790: use fallback can compatibility string
Use recently added fallback compatibility string in r8a7790 device tree. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
73ae9cfecd
commit
28e941de3d
|
@ -982,7 +982,7 @@ du_out_lvds1: endpoint {
|
|||
};
|
||||
|
||||
can0: can@e6e80000 {
|
||||
compatible = "renesas,can-r8a7790";
|
||||
compatible = "renesas,can-r8a7790", "renesas,rcar-gen2-can";
|
||||
reg = <0 0xe6e80000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&mstp9_clks R8A7790_CLK_RCAN0>,
|
||||
|
@ -993,7 +993,7 @@ can0: can@e6e80000 {
|
|||
};
|
||||
|
||||
can1: can@e6e88000 {
|
||||
compatible = "renesas,can-r8a7790";
|
||||
compatible = "renesas,can-r8a7790", "renesas,rcar-gen2-can";
|
||||
reg = <0 0xe6e88000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&mstp9_clks R8A7790_CLK_RCAN1>,
|
||||
|
|
Loading…
Reference in New Issue