diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-05 22:00:40 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-13 05:14:48 -0400 |
commit | 31d3f3241e74e085f4736699b8b10d17f95c1aac (patch) | |
tree | de0aa74b12a861090d9815cc809c9199a159c709 | |
parent | 399fc1847c62b4a4b8f6bc446f1bd352234c64a1 (diff) |
ARM: dts: exynos: Fix DTC unit name warnings in cros-adc-thermistors
Fix following DTC warnings in cros-adc-thermistors:
Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@3 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@4 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@5 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@6 has a unit name, but no reg property
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
-rw-r--r-- | arch/arm/boot/dts/cros-adc-thermistors.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/cros-adc-thermistors.dtsi b/arch/arm/boot/dts/cros-adc-thermistors.dtsi index acd4fe1833f2..ce7fca76b0d6 100644 --- a/arch/arm/boot/dts/cros-adc-thermistors.dtsi +++ b/arch/arm/boot/dts/cros-adc-thermistors.dtsi | |||
@@ -13,28 +13,28 @@ | |||
13 | */ | 13 | */ |
14 | 14 | ||
15 | &adc { | 15 | &adc { |
16 | ncp15wb473@3 { | 16 | thermistor3 { |
17 | compatible = "murata,ncp15wb473"; | 17 | compatible = "murata,ncp15wb473"; |
18 | pullup-uv = <1800000>; | 18 | pullup-uv = <1800000>; |
19 | pullup-ohm = <47000>; | 19 | pullup-ohm = <47000>; |
20 | pulldown-ohm = <0>; | 20 | pulldown-ohm = <0>; |
21 | io-channels = <&adc 3>; | 21 | io-channels = <&adc 3>; |
22 | }; | 22 | }; |
23 | ncp15wb473@4 { | 23 | thermistor4 { |
24 | compatible = "murata,ncp15wb473"; | 24 | compatible = "murata,ncp15wb473"; |
25 | pullup-uv = <1800000>; | 25 | pullup-uv = <1800000>; |
26 | pullup-ohm = <47000>; | 26 | pullup-ohm = <47000>; |
27 | pulldown-ohm = <0>; | 27 | pulldown-ohm = <0>; |
28 | io-channels = <&adc 4>; | 28 | io-channels = <&adc 4>; |
29 | }; | 29 | }; |
30 | ncp15wb473@5 { | 30 | thermistor5 { |
31 | compatible = "murata,ncp15wb473"; | 31 | compatible = "murata,ncp15wb473"; |
32 | pullup-uv = <1800000>; | 32 | pullup-uv = <1800000>; |
33 | pullup-ohm = <47000>; | 33 | pullup-ohm = <47000>; |
34 | pulldown-ohm = <0>; | 34 | pulldown-ohm = <0>; |
35 | io-channels = <&adc 5>; | 35 | io-channels = <&adc 5>; |
36 | }; | 36 | }; |
37 | ncp15wb473@6 { | 37 | thermistor6 { |
38 | compatible = "murata,ncp15wb473"; | 38 | compatible = "murata,ncp15wb473"; |
39 | pullup-uv = <1800000>; | 39 | pullup-uv = <1800000>; |
40 | pullup-ohm = <47000>; | 40 | pullup-ohm = <47000>; |