riscv: dts: renesas: rzfive-smarc: Enable CANFD/I2C
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Tue, 15 Nov 2022 10:51:35 +0000 (10:51 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 17 Nov 2022 19:27:02 +0000 (20:27 +0100)
Enable CANFD and I2C on RZ/Five SMARC EVK.

Note, these blocks are enabled in RZ/G2UL SMARC EVK DTSI [0] hence
deleting these disabled nodes from RZ/Five SMARC EVK DTSI enables them
here too as we include [0] in RZ/Five SMARC EVK DTSI.

[0] arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20221115105135.1180490-4-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/riscv/boot/dts/renesas/rzfive-smarc.dtsi

index e64f0e5..c07a487 100644 (file)
@@ -7,25 +7,6 @@
 
 #include <arm64/renesas/rzg2ul-smarc.dtsi>
 
-/ {
-       aliases {
-               /delete-property/ i2c0;
-               /delete-property/ i2c1;
-       };
-};
-
-&canfd {
-       status = "disabled";
-
-       channel0 {
-               status = "disabled";
-       };
-
-       channel1 {
-               status = "disabled";
-       };
-};
-
 &ehci0 {
        status = "disabled";
 };
        status = "disabled";
 };
 
-&i2c0 {
-       status = "disabled";
-};
-
-&i2c1 {
-       status = "disabled";
-};
-
 &ohci0 {
        status = "disabled";
 };