On 16/03/2022 18:11, Amit Kumar Mahapatra wrote: > Convert Xilinx CAN binding documentation to YAML. > > Signed-off-by: Amit Kumar Mahapatra <amit.kumar-mahapatra@xxxxxxxxxx> > --- > BRANCH: yaml > > Changes in v2: > - Added reference to can-controller.yaml > - Added example node for canfd-2.0 > > Changes in v3: > - Changed yaml file name from xilinx_can.yaml to xilinx,can.yaml > - Added "power-domains" to fix dts_check warnings > - Grouped "clock-names" and "clocks" together > - Added type $ref for all non-standard fields > - Defined compatible strings as enum > - Used defines,instead of hard-coded values, for GIC interrupts > - Droped unused labels in examples > - Droped description for standard fields > > Changes in v4: > - Replaced additionalProperties with unevaluatedProperties > - Moved reg property just after compatible in all examples > --- > .../bindings/net/can/xilinx,can.yaml | 161 ++++++++++++++++++ > .../bindings/net/can/xilinx_can.txt | 61 ------- > 2 files changed, 161 insertions(+), 61 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/can/xilinx,can.yaml > delete mode 100644 Documentation/devicetree/bindings/net/can/xilinx_can.txt > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof