diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2016-06-05 16:51:55 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-11 12:21:08 +0300 |
commit | 88ab101cd2876a21f691c263f460ffcb18e97e9c (patch) | |
tree | 0547d126f5df1397f8bac0fa123b73f8face4bbc /arch/arm/boot/dts/imx28-cfa10049.dts | |
parent | 7cae24dfe9d5cc2360025425a7efcb03fe6e98d8 (diff) | |
download | linux-88ab101cd2876a21f691c263f460ffcb18e97e9c.tar.xz |
ARM: dts: imx28-cfa10049: fix dtc warning
This fixes the following dtc warning by removing the unnecessary unit:
Warning (unit_address_vs_reg): Node /onewire@0 has a unit name,
but no reg property
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10049.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10049.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts index ef944b6d4f01..a9c347e48bcf 100644 --- a/arch/arm/boot/dts/imx28-cfa10049.dts +++ b/arch/arm/boot/dts/imx28-cfa10049.dts @@ -426,7 +426,7 @@ }; - onewire@0 { + onewire { compatible = "w1-gpio"; pinctrl-names = "default"; pinctrl-0 = <&w1_gpio_pins>; |