Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e88d133d authored by Fabio Estevam's avatar Fabio Estevam Committed by Rob Herring
Browse files

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 2c772068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Optional properties:

Examples:

	onewire@0 {
	onewire {
		compatible = "w1-gpio";
		gpios = <&gpio 126 0>, <&gpio 105 0>;
	};