aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-07-14 10:40:17 -0400
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-07-15 04:26:09 -0400
commit313dcab07236df65443beb52339c042ca2940143 (patch)
tree59d24da9cc4422abb132ad8e236d4436e04ceaf4
parent6fa3c6bf7453e59fdb5f2692ecc300f2968d1175 (diff)
ARM: dts: at91: ariag25 : fix onewire node
Remove the unit-address from the oneiwire node as it doesn't have a reg property. Solves: Warning (unit_address_vs_reg): Node /onewire@0 has a unit name, but no reg property Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/at91-ariag25.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts
index f16a9b85a450..4da011a7a698 100644
--- a/arch/arm/boot/dts/at91-ariag25.dts
+++ b/arch/arm/boot/dts/at91-ariag25.dts
@@ -169,7 +169,7 @@
169 169
170 }; 170 };
171 171
172 onewire@0 { 172 onewire {
173 compatible = "w1-gpio"; 173 compatible = "w1-gpio";
174 gpios = <&pioA 21 GPIO_ACTIVE_LOW>; 174 gpios = <&pioA 21 GPIO_ACTIVE_LOW>;
175 pinctrl-names = "default"; 175 pinctrl-names = "default";