Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: renesas: r9a06g032: Add missing space in compatible

Add missing space in compatible property and align style with rest of
the file.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231125233327.238575-1-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Niklas Söderlund and committed by
Geert Uytterhoeven
95d516f3 d74d8cde

+1 -1
+1 -1
arch/arm/boot/dts/renesas/r9a06g032.dtsi
··· 437 437 }; 438 438 439 439 can0: can@52104000 { 440 - compatible = "renesas,r9a06g032-sja1000","renesas,rzn1-sja1000"; 440 + compatible = "renesas,r9a06g032-sja1000", "renesas,rzn1-sja1000"; 441 441 reg = <0x52104000 0x800>; 442 442 reg-io-width = <4>; 443 443 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;