diff options
| author | Marc Kleine-Budde <mkl@pengutronix.de> | 2026-08-17 19:03:14 +0200 |
|---|---|---|
| committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2026-08-17 19:20:38 +0200 |
| commit | a7345ad73afa7fa87136ef5d59ada7bd747c6584 (patch) | |
| tree | 0313925af2d34aa2dd6b302c79dc45c0441e8533 | |
| parent | ff0fec263c0e374b61ad8fd198f433192208e4d7 (diff) | |
| parent | d17e20a2dcaffe8354430b99d9297bc908bb8a9b (diff) | |
| download | linux-a7345ad73afa7fa87136ef5d59ada7bd747c6584.tar.gz linux-a7345ad73afa7fa87136ef5d59ada7bd747c6584.zip | |
Merge patch series "dt-bindings: can: xilinx_can: Document phys and update maintainer"
Harini T <harini.t@amd.com> says:
The Xilinx CAN and CANFD controllers can be connected to an external CAN
transceiver on the board, described from the controller node via the
standard "phys" property. This binding-only series documents that property
and updates the Xilinx CAN driver maintainer.
Patch 1 replaces the maintainer of the Xilinx CAN driver in both the
MAINTAINERS entry and the binding's maintainers list.
Patch 2 documents the optional "phys" property (a single transceiver PHY).
Link: https://patch.msgid.link/20260717021415.2234865-1-harini.t@amd.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
| -rw-r--r-- | Documentation/devicetree/bindings/net/can/xilinx,can.yaml | 5 | ||||
| -rw-r--r-- | MAINTAINERS | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/can/xilinx,can.yaml b/Documentation/devicetree/bindings/net/can/xilinx,can.yaml index 40835497050a..18015e60fd6d 100644 --- a/Documentation/devicetree/bindings/net/can/xilinx,can.yaml +++ b/Documentation/devicetree/bindings/net/can/xilinx,can.yaml @@ -8,7 +8,7 @@ title: Xilinx CAN and CANFD controller maintainers: - - Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> + - Harini T <harini.t@amd.com> properties: compatible: @@ -53,6 +53,9 @@ properties: $ref: /schemas/types.yaml#/definitions/flag description: CAN TX_OL, TX_TL and RX FIFOs have ECC support(AXI CAN) + phys: + maxItems: 1 + required: - compatible - reg diff --git a/MAINTAINERS b/MAINTAINERS index 991460050da7..6b49a2c80cd5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -29573,7 +29573,7 @@ F: Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml F: drivers/net/ethernet/xilinx/xilinx_axienet* XILINX CAN DRIVER -M: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> +M: Harini T <harini.t@amd.com> L: linux-can@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/net/can/xilinx,can.yaml |
