Re: [PATCH V2] dt-bindings: serial: brcm,bcm6345-uart: convert to the json-schema
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-08-30 15:10:47
Also in:
linux-serial
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-08-30 15:10:47
Also in:
linux-serial
On Sun, Aug 29, 2021 at 8:19 AM Rafał Miłecki [off-list ref] wrote:
From: Rafał Miłecki <rafal@milecki.pl> This helps validating DTS files. Redundant generic descriptions (e.g. "The base address of the UART register bank") were dropped and periph_clk was dropped from example as not required. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Acked-by: Florian Fainelli <f.fainelli@gmail.com> --- .../bindings/serial/brcm,bcm6345-uart.txt | 36 -------------- .../bindings/serial/brcm,bcm6345-uart.yaml | 47 +++++++++++++++++++ 2 files changed, 47 insertions(+), 36 deletions(-) delete mode 100644 Documentation/devicetree/bindings/serial/brcm,bcm6345-uart.txt create mode 100644 Documentation/devicetree/bindings/serial/brcm,bcm6345-uart.yaml
Reviewed-by: Rob Herring <robh@kernel.org>