diff mbox series

dt-bindings: uniphier-system-bus: Use 'serial' as node name

Message ID 20200629221818.20366-1-festevam@gmail.com
State Rejected, archived
Headers show
Series dt-bindings: uniphier-system-bus: Use 'serial' as node name | expand

Commit Message

Fabio Estevam June 29, 2020, 10:18 p.m. UTC
Use 'serial' as node name to fix the following warning seen with
'make dt_binding_check': 

Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.example.dt.yaml: uart@5,00200000: $nodename:0: 'uart@5,00200000' does not match '^serial(@[0-9a-f,]+)*$'

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 .../devicetree/bindings/bus/socionext,uniphier-system-bus.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) June 30, 2020, 2:04 a.m. UTC | #1
On Mon, Jun 29, 2020 at 07:18:18PM -0300, Fabio Estevam wrote:
> Use 'serial' as node name to fix the following warning seen with
> 'make dt_binding_check': 
> 
> Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.example.dt.yaml: uart@5,00200000: $nodename:0: 'uart@5,00200000' does not match '^serial(@[0-9a-f,]+)*$'
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  .../devicetree/bindings/bus/socionext,uniphier-system-bus.yaml  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Already applied a fix for this.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml b/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml
index c4c9119e4a20..9fa4f891fa00 100644
--- a/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml
+++ b/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml
@@ -87,7 +87,7 @@  examples:
             phy-mode = "mii";
         };
 
-        uart@5,00200000 {
+        serial@5,00200000 {
             compatible = "ns16550a";
             reg = <5 0x00200000 0x20>;
             interrupts = <0 49 4>;