dt-bindings: w1-gpio: Remove unneeded unit address
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 20 Jun 2018 18:47:26 +0000 (15:47 -0300)
committerRob Herring <robh@kernel.org>
Tue, 26 Jun 2018 19:23:48 +0000 (13:23 -0600)
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>
Documentation/devicetree/bindings/w1/w1-gpio.txt

index 6e09c35..3709190 100644 (file)
@@ -15,7 +15,7 @@ Optional properties:
 
 Examples:
 
-       onewire@0 {
+       onewire {
                compatible = "w1-gpio";
                gpios = <&gpio 126 0>, <&gpio 105 0>;
        };