linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: hwmon: adi,ltc2992: correct unit address in example
@ 2023-01-18 17:22 Krzysztof Kozlowski
  2023-01-18 17:22 ` [PATCH v2 2/2] dt-bindings: hwmon: correct indentation and style in examples Krzysztof Kozlowski
  2023-01-18 18:57 ` [PATCH v2 1/2] dt-bindings: hwmon: adi,ltc2992: correct unit address in example Guenter Roeck
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-18 17:22 UTC (permalink / raw)
  To: Michael Hennerich, Jean Delvare, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Nuno Sá,
	Robert Marko, Luka Perkov, Alexandru Tachici, Akshay Gupta,
	Kun Yi, Supreeth Venkatesh, Jonathan Cameron, Linus Walleij,
	Eric Tremblay, linux-hwmon, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski, Rob Herring

lower-case hex is expected for unit addresses:

  adi,ltc2992.example.dts:22.24-38.15: Warning (i2c_bus_reg): /example-0/i2c/ltc2992@6F: I2C bus unit address format error, expected "6f"

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>

---

Changes since v1:
1. Add Rb tag
2. Reorder patches to silence warnings.
---
 Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml b/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml
index 64a8fcb7bc46..ec984248219e 100644
--- a/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml
@@ -59,12 +59,12 @@ examples:
         #address-cells = <1>;
         #size-cells = <0>;
 
-        ltc2992@6F {
+        ltc2992@6f {
                 #address-cells = <1>;
                 #size-cells = <0>;
 
                 compatible = "adi,ltc2992";
-                reg = <0x6F>;
+                reg = <0x6f>;
 
                 channel@0 {
                         reg = <0x0>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-18 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 17:22 [PATCH v2 1/2] dt-bindings: hwmon: adi,ltc2992: correct unit address in example Krzysztof Kozlowski
2023-01-18 17:22 ` [PATCH v2 2/2] dt-bindings: hwmon: correct indentation and style in examples Krzysztof Kozlowski
2023-01-18 18:57   ` Guenter Roeck
2023-01-18 18:57 ` [PATCH v2 1/2] dt-bindings: hwmon: adi,ltc2992: correct unit address in example Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).