From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- kernel/Documentation/devicetree/bindings/net/can/xilinx_can.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/net/can/xilinx_can.txt b/kernel/Documentation/devicetree/bindings/net/can/xilinx_can.txt index 060e2d4..100cc40 100644 --- a/kernel/Documentation/devicetree/bindings/net/can/xilinx_can.txt +++ b/kernel/Documentation/devicetree/bindings/net/can/xilinx_can.txt @@ -6,6 +6,7 @@ - "xlnx,zynq-can-1.0" for Zynq CAN controllers - "xlnx,axi-can-1.00.a" for Axi CAN controllers - "xlnx,canfd-1.0" for CAN FD controllers + - "xlnx,canfd-2.0" for CAN FD 2.0 controllers - reg : Physical base address and size of the controller registers map. - interrupts : Property with a value describing the interrupt -- Gitblit v1.6.2