diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-14 17:40:17 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-15 11:26:09 +0300 |
commit | 313dcab07236df65443beb52339c042ca2940143 (patch) | |
tree | 59d24da9cc4422abb132ad8e236d4436e04ceaf4 | |
parent | 6fa3c6bf7453e59fdb5f2692ecc300f2968d1175 (diff) | |
download | linux-313dcab07236df65443beb52339c042ca2940143.tar.xz |
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.dts | 2 |
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 @@ }; - onewire@0 { + onewire { compatible = "w1-gpio"; gpios = <&pioA 21 GPIO_ACTIVE_LOW>; pinctrl-names = "default"; |