aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-06-20 15:47:26 -0300
committerRob Herring <robh@kernel.org>2018-06-26 13:23:48 -0600
commite88d133d6229de49cce1f8bc11455e93b6f9b837 (patch)
tree1e5adc5bfadade1e4fc3faa4513349a32729fa9a /Documentation
parentDocumentation: devicetree: tilcdc: fix spelling mistake "suppors" -> "supports" (diff)
downloadlinux-dev-e88d133d6229de49cce1f8bc11455e93b6f9b837.tar.xz
linux-dev-e88d133d6229de49cce1f8bc11455e93b6f9b837.zip
dt-bindings: w1-gpio: Remove unneeded unit address
Remove unneeded unit address from onewire node, so that dtc does not complain that unit address is present without a corresponding reg entry, when such use is made on a real dts file. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/w1/w1-gpio.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/w1/w1-gpio.txt b/Documentation/devicetree/bindings/w1/w1-gpio.txt
index 6e09c35d9f1a..37091902a021 100644
--- a/Documentation/devicetree/bindings/w1/w1-gpio.txt
+++ b/Documentation/devicetree/bindings/w1/w1-gpio.txt
@@ -15,7 +15,7 @@ Optional properties:
Examples:
- onewire@0 {
+ onewire {
compatible = "w1-gpio";
gpios = <&gpio 126 0>, <&gpio 105 0>;
};