diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-06-20 15:47:26 -0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-06-26 13:23:48 -0600 |
commit | e88d133d6229de49cce1f8bc11455e93b6f9b837 (patch) | |
tree | 1e5adc5bfadade1e4fc3faa4513349a32729fa9a /Documentation | |
parent | 2c772068fc1e93638702dd7b79eed9eaca0a1cd9 (diff) | |
download | linux-stable-e88d133d6229de49cce1f8bc11455e93b6f9b837.tar.gz linux-stable-e88d133d6229de49cce1f8bc11455e93b6f9b837.tar.bz2 linux-stable-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.txt | 2 |
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>; }; |