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

ARM: dts: imx: Change flexcan node name to "can"

Change i.MX SoCs nand node name from "flexcan" to "can" to be compliant with
yaml schema, it requires the nodename to be "can". This fixes the following
error found by dtbs_check:

arch/arm/boot/dts/imx6dl-apf6dev.dt.yaml: flexcan@2090000: $nodename:0: 'flexcan@2090000' does not match '^can(@.*)?$'
From schema: Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml

Cc: Shawn Guo <shawnguo@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Marc Kleine-Budde and committed by
Shawn Guo
21658d51 1186a522

+6 -6
+2 -2
arch/arm/boot/dts/imx6qdl.dtsi
··· 546 546 status = "disabled"; 547 547 }; 548 548 549 - can1: flexcan@2090000 { 549 + can1: can@2090000 { 550 550 compatible = "fsl,imx6q-flexcan"; 551 551 reg = <0x02090000 0x4000>; 552 552 interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>; ··· 557 557 status = "disabled"; 558 558 }; 559 559 560 - can2: flexcan@2094000 { 560 + can2: can@2094000 { 561 561 compatible = "fsl,imx6q-flexcan"; 562 562 reg = <0x02094000 0x4000>; 563 563 interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
+2 -2
arch/arm/boot/dts/imx6ul.dtsi
··· 425 425 status = "disabled"; 426 426 }; 427 427 428 - can1: flexcan@2090000 { 428 + can1: can@2090000 { 429 429 compatible = "fsl,imx6ul-flexcan", "fsl,imx6q-flexcan"; 430 430 reg = <0x02090000 0x4000>; 431 431 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; ··· 436 436 status = "disabled"; 437 437 }; 438 438 439 - can2: flexcan@2094000 { 439 + can2: can@2094000 { 440 440 compatible = "fsl,imx6ul-flexcan", "fsl,imx6q-flexcan"; 441 441 reg = <0x02094000 0x4000>; 442 442 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
+2 -2
arch/arm/boot/dts/vfxxx.dtsi
··· 95 95 status = "disabled"; 96 96 }; 97 97 98 - can0: flexcan@40020000 { 98 + can0: can@40020000 { 99 99 compatible = "fsl,vf610-flexcan"; 100 100 reg = <0x40020000 0x4000>; 101 101 interrupts = <58 IRQ_TYPE_LEVEL_HIGH>; ··· 681 681 status = "disabled"; 682 682 }; 683 683 684 - can1: flexcan@400d4000 { 684 + can1: can@400d4000 { 685 685 compatible = "fsl,vf610-flexcan"; 686 686 reg = <0x400d4000 0x4000>; 687 687 interrupts = <59 IRQ_TYPE_LEVEL_HIGH>;