lkml.org 
[lkml]   [2020]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 6/6] dt-bindings: misc: correct the property name cmd-gpios to cmd-gpio
Date
The property name used in arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts is
cmd-gpio.

arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts:235:
cmd-gpio = <&gpio 155 GPIO_ACTIVE_HIGH>;

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
---
Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.yaml b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.yaml
index b3c45c046ba5e37..c7a06a9650db2ed 100644
--- a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.yaml
+++ b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.yaml
@@ -24,7 +24,7 @@ properties:
compatible:
const: olpc,xo1.75-ec

- cmd-gpios:
+ cmd-gpio:
description: GPIO uspecifier of the CMD pin
maxItems: 1

@@ -32,7 +32,7 @@ properties:

required:
- compatible
- - cmd-gpios
+ - cmd-gpio

additionalProperties: false

@@ -49,7 +49,7 @@ examples:
slave {
compatible = "olpc,xo1.75-ec";
spi-cpha;
- cmd-gpios = <&gpio 155 GPIO_ACTIVE_HIGH>;
+ cmd-gpio = <&gpio 155 GPIO_ACTIVE_HIGH>;
};
};

--
1.8.3

\
 
 \ /
  Last update: 2020-10-13 18:09    [W:0.117 / U:0.696 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site