linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Fix dtc warnings in examples
@ 2020-02-21 22:27 Rob Herring
  2020-02-21 23:56 ` Stephen Boyd
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Rob Herring @ 2020-02-21 22:27 UTC (permalink / raw)
  To: devicetree
  Cc: linux-kernel, Maxime Coquelin, Alexandre Torgue, Stephen Boyd,
	Maxime Ripard, Chen-Yu Tsai, Thierry Reding, Sam Ravnborg,
	Vinod Koul, Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Linus Walleij,
	Mark Brown, Daniel Lezcano

Fix all the warnings in the DT binding schema examples when built with
'W=1'. This is in preparation to make that the default for examples.

Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Chen-Yu Tsai <wens@csie.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/arm/stm32/st,mlahb.yaml    |  2 +-
 .../clock/allwinner,sun4i-a10-osc-clk.yaml         |  2 +-
 .../bindings/clock/allwinner,sun9i-a80-gt-clk.yaml |  2 +-
 .../display/allwinner,sun4i-a10-tv-encoder.yaml    |  6 +-----
 .../bindings/display/bridge/anx6345.yaml           | 10 ++--------
 .../display/panel/leadtek,ltk500hd1829.yaml        |  2 ++
 .../bindings/display/panel/xinpeng,xpp055c272.yaml |  2 ++
 .../bindings/display/simple-framebuffer.yaml       |  6 +-----
 .../devicetree/bindings/dma/ti/k3-udma.yaml        | 14 +-------------
 .../devicetree/bindings/gpu/arm,mali-bifrost.yaml  | 14 +++++++-------
 .../devicetree/bindings/gpu/arm,mali-midgard.yaml  | 14 +++++++-------
 .../bindings/iio/adc/samsung,exynos-adc.yaml       |  2 +-
 .../bindings/input/touchscreen/goodix.yaml         |  2 +-
 .../devicetree/bindings/media/ti,cal.yaml          |  2 +-
 .../devicetree/bindings/mfd/max77650.yaml          |  4 ++--
 .../devicetree/bindings/mmc/mmc-controller.yaml    |  1 +
 Documentation/devicetree/bindings/nvmem/nvmem.yaml |  2 ++
 .../bindings/phy/allwinner,sun4i-a10-usb-phy.yaml  |  2 +-
 .../bindings/pinctrl/st,stm32-pinctrl.yaml         |  2 +-
 .../devicetree/bindings/regulator/regulator.yaml   |  2 +-
 .../sram/allwinner,sun4i-a10-system-control.yaml   |  2 +-
 .../bindings/timer/allwinner,sun4i-a10-timer.yaml  |  2 +-
 22 files changed, 39 insertions(+), 58 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/stm32/st,mlahb.yaml b/Documentation/devicetree/bindings/arm/stm32/st,mlahb.yaml
index 68917bb7c7e8..55f7938c4826 100644
--- a/Documentation/devicetree/bindings/arm/stm32/st,mlahb.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/st,mlahb.yaml
@@ -52,7 +52,7 @@ required:
 
 examples:
   - |
-    mlahb: ahb {
+    mlahb: ahb@38000000 {
       compatible = "st,mlahb", "simple-bus";
       #address-cells = <1>;
       #size-cells = <1>;
diff --git a/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-osc-clk.yaml b/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-osc-clk.yaml
index 69cfa4a3d562..c604822cda07 100644
--- a/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-osc-clk.yaml
+++ b/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-osc-clk.yaml
@@ -40,7 +40,7 @@ additionalProperties: false
 
 examples:
   - |
-    osc24M: clk@01c20050 {
+    osc24M: clk@1c20050 {
         #clock-cells = <0>;
         compatible = "allwinner,sun4i-a10-osc-clk";
         reg = <0x01c20050 0x4>;
diff --git a/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-gt-clk.yaml b/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-gt-clk.yaml
index 07f38def7dc3..43963c3062c8 100644
--- a/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-gt-clk.yaml
+++ b/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-gt-clk.yaml
@@ -41,7 +41,7 @@ additionalProperties: false
 
 examples:
   - |
-    clk@0600005c {
+    clk@600005c {
         #clock-cells = <0>;
         compatible = "allwinner,sun9i-a80-gt-clk";
         reg = <0x0600005c 0x4>;
diff --git a/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tv-encoder.yaml b/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tv-encoder.yaml
index 5d5d39665119..6009324be967 100644
--- a/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tv-encoder.yaml
+++ b/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tv-encoder.yaml
@@ -49,11 +49,7 @@ examples:
         resets = <&tcon_ch0_clk 0>;
 
         port {
-            #address-cells = <1>;
-            #size-cells = <0>;
-
-            tve0_in_tcon0: endpoint@0 {
-                reg = <0>;
+            tve0_in_tcon0: endpoint {
                 remote-endpoint = <&tcon0_out_tve0>;
             };
         };
diff --git a/Documentation/devicetree/bindings/display/bridge/anx6345.yaml b/Documentation/devicetree/bindings/display/bridge/anx6345.yaml
index 6d72b3d11fbc..c21103869923 100644
--- a/Documentation/devicetree/bindings/display/bridge/anx6345.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/anx6345.yaml
@@ -79,21 +79,15 @@ examples:
           #size-cells = <0>;
 
           anx6345_in: port@0 {
-            #address-cells = <1>;
-            #size-cells = <0>;
             reg = <0>;
-            anx6345_in_tcon0: endpoint@0 {
-              reg = <0>;
+            anx6345_in_tcon0: endpoint {
               remote-endpoint = <&tcon0_out_anx6345>;
             };
           };
 
           anx6345_out: port@1 {
-            #address-cells = <1>;
-            #size-cells = <0>;
             reg = <1>;
-            anx6345_out_panel: endpoint@0 {
-              reg = <0>;
+            anx6345_out_panel: endpoint {
               remote-endpoint = <&panel_in_edp>;
             };
           };
diff --git a/Documentation/devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml b/Documentation/devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml
index 4ebcea7d0c63..a614644c9849 100644
--- a/Documentation/devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml
+++ b/Documentation/devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml
@@ -37,6 +37,8 @@ examples:
     dsi@ff450000 {
         #address-cells = <1>;
         #size-cells = <0>;
+        reg = <0xff450000 0x1000>;
+
         panel@0 {
             compatible = "leadtek,ltk500hd1829";
             reg = <0>;
diff --git a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml
index 186e5e1c8fa3..22c91beb0541 100644
--- a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml
+++ b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml
@@ -37,6 +37,8 @@ examples:
     dsi@ff450000 {
         #address-cells = <1>;
         #size-cells = <0>;
+        reg = <0xff450000 0x1000>;
+
         panel@0 {
             compatible = "xinpeng,xpp055c272";
             reg = <0>;
diff --git a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml b/Documentation/devicetree/bindings/display/simple-framebuffer.yaml
index 678776b6012a..1db608c9eef5 100644
--- a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml
+++ b/Documentation/devicetree/bindings/display/simple-framebuffer.yaml
@@ -174,10 +174,6 @@ examples:
       };
     };
 
-    soc@1c00000 {
-      lcdc0: lcdc@1c0c000 {
-        compatible = "allwinner,sun4i-a10-lcdc";
-      };
-    };
+    lcdc0: lcdc { };
 
 ...
diff --git a/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml b/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
index 8b5c346f23f6..34780d7535b8 100644
--- a/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
+++ b/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
@@ -143,7 +143,7 @@ examples:
             #size-cells = <2>;
             dma-coherent;
             dma-ranges;
-            ranges;
+            ranges = <0x0 0x30800000 0x0 0x30800000 0x0 0x05000000>;
 
             ti,sci-dev-id = <118>;
 
@@ -169,16 +169,4 @@ examples:
                 ti,sci-rm-range-rflow = <0x6>; /* GP RFLOW */
             };
         };
-
-        mcasp0: mcasp@02B00000 {
-            dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>;
-            dma-names = "tx", "rx";
-        };
-
-        crypto: crypto@4E00000 {
-            compatible = "ti,sa2ul-crypto";
-
-            dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, <&main_udmap 0x4001>;
-            dma-names = "tx", "rx1", "rx2";
-        };
     };
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
index 4ea6a8789699..e8b99adcb1bd 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
@@ -84,31 +84,31 @@ examples:
     gpu_opp_table: opp_table0 {
       compatible = "operating-points-v2";
 
-      opp@533000000 {
+      opp-533000000 {
         opp-hz = /bits/ 64 <533000000>;
         opp-microvolt = <1250000>;
       };
-      opp@450000000 {
+      opp-450000000 {
         opp-hz = /bits/ 64 <450000000>;
         opp-microvolt = <1150000>;
       };
-      opp@400000000 {
+      opp-400000000 {
         opp-hz = /bits/ 64 <400000000>;
         opp-microvolt = <1125000>;
       };
-      opp@350000000 {
+      opp-350000000 {
         opp-hz = /bits/ 64 <350000000>;
         opp-microvolt = <1075000>;
       };
-      opp@266000000 {
+      opp-266000000 {
         opp-hz = /bits/ 64 <266000000>;
         opp-microvolt = <1025000>;
       };
-      opp@160000000 {
+      opp-160000000 {
         opp-hz = /bits/ 64 <160000000>;
         opp-microvolt = <925000>;
       };
-      opp@100000000 {
+      opp-100000000 {
         opp-hz = /bits/ 64 <100000000>;
         opp-microvolt = <912500>;
       };
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
index 36f59b3ade71..8d966f3ff3db 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
@@ -138,31 +138,31 @@ examples:
     gpu_opp_table: opp_table0 {
       compatible = "operating-points-v2";
 
-      opp@533000000 {
+      opp-533000000 {
         opp-hz = /bits/ 64 <533000000>;
         opp-microvolt = <1250000>;
       };
-      opp@450000000 {
+      opp-450000000 {
         opp-hz = /bits/ 64 <450000000>;
         opp-microvolt = <1150000>;
       };
-      opp@400000000 {
+      opp-400000000 {
         opp-hz = /bits/ 64 <400000000>;
         opp-microvolt = <1125000>;
       };
-      opp@350000000 {
+      opp-350000000 {
         opp-hz = /bits/ 64 <350000000>;
         opp-microvolt = <1075000>;
       };
-      opp@266000000 {
+      opp-266000000 {
         opp-hz = /bits/ 64 <266000000>;
         opp-microvolt = <1025000>;
       };
-      opp@160000000 {
+      opp-160000000 {
         opp-hz = /bits/ 64 <160000000>;
         opp-microvolt = <925000>;
       };
-      opp@100000000 {
+      opp-100000000 {
         opp-hz = /bits/ 64 <100000000>;
         opp-microvolt = <912500>;
       };
diff --git a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
index f46de17c0878..cc3c8ea6a894 100644
--- a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
@@ -123,7 +123,7 @@ examples:
         samsung,syscon-phandle = <&pmu_system_controller>;
 
         /* NTC thermistor is a hwmon device */
-        ncp15wb473@0 {
+        ncp15wb473 {
             compatible = "murata,ncp15wb473";
             pullup-uv = <1800000>;
             pullup-ohm = <47000>;
diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
index d7c3262b2494..c99ed3934d7e 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
@@ -62,7 +62,7 @@ required:
 
 examples:
 - |
-    i2c@00000000 {
+    i2c {
       #address-cells = <1>;
       #size-cells = <0>;
       gt928@5d {
diff --git a/Documentation/devicetree/bindings/media/ti,cal.yaml b/Documentation/devicetree/bindings/media/ti,cal.yaml
index 1ea784179536..5e066629287d 100644
--- a/Documentation/devicetree/bindings/media/ti,cal.yaml
+++ b/Documentation/devicetree/bindings/media/ti,cal.yaml
@@ -177,7 +177,7 @@ examples:
         };
     };
 
-    i2c5: i2c@4807c000 {
+    i2c {
         clock-frequency = <400000>;
         #address-cells = <1>;
         #size-cells = <0>;
diff --git a/Documentation/devicetree/bindings/mfd/max77650.yaml b/Documentation/devicetree/bindings/mfd/max77650.yaml
index 4a70f875a6eb..480385789394 100644
--- a/Documentation/devicetree/bindings/mfd/max77650.yaml
+++ b/Documentation/devicetree/bindings/mfd/max77650.yaml
@@ -97,14 +97,14 @@ examples:
             regulators {
                 compatible = "maxim,max77650-regulator";
 
-                max77650_ldo: regulator@0 {
+                max77650_ldo: regulator-ldo {
                     regulator-compatible = "ldo";
                     regulator-name = "max77650-ldo";
                     regulator-min-microvolt = <1350000>;
                     regulator-max-microvolt = <2937500>;
                 };
 
-                max77650_sbb0: regulator@1 {
+                max77650_sbb0: regulator-sbb0 {
                     regulator-compatible = "sbb0";
                     regulator-name = "max77650-sbb0";
                     regulator-min-microvolt = <800000>;
diff --git a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml
index 3c0df4016a12..8fded83c519a 100644
--- a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml
+++ b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml
@@ -370,6 +370,7 @@ examples:
     mmc3: mmc@1c12000 {
         #address-cells = <1>;
         #size-cells = <0>;
+        reg = <0x1c12000 0x200>;
         pinctrl-names = "default";
         pinctrl-0 = <&mmc3_pins_a>;
         vmmc-supply = <&reg_vmmc3>;
diff --git a/Documentation/devicetree/bindings/nvmem/nvmem.yaml b/Documentation/devicetree/bindings/nvmem/nvmem.yaml
index b43c6c65294e..65980224d550 100644
--- a/Documentation/devicetree/bindings/nvmem/nvmem.yaml
+++ b/Documentation/devicetree/bindings/nvmem/nvmem.yaml
@@ -76,6 +76,8 @@ examples:
       qfprom: eeprom@700000 {
           #address-cells = <1>;
           #size-cells = <1>;
+          reg = <0x00700000 0x100000>;
+
           wp-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
 
           /* ... */
diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml
index 020ef9e4c411..94ac23687b7e 100644
--- a/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml
@@ -86,7 +86,7 @@ examples:
     #include <dt-bindings/clock/sun4i-a10-ccu.h>
     #include <dt-bindings/reset/sun4i-a10-ccu.h>
 
-    usbphy: phy@01c13400 {
+    usbphy: phy@1c13400 {
         #phy-cells = <1>;
         compatible = "allwinner,sun4i-a10-usb-phy";
         reg = <0x01c13400 0x10>, <0x01c14800 0x4>, <0x01c1c800 0x4>;
diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml
index 754ea7ab040a..ef4de32cb17c 100644
--- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml
@@ -248,7 +248,7 @@ examples:
       };
 
     //Example 3 pin groups
-      pinctrl@60020000 {
+      pinctrl {
         usart1_pins_a: usart1-0 {
                 pins1 {
                         pinmux = <STM32_PINMUX('A', 9, AF7)>;
diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/Documentation/devicetree/bindings/regulator/regulator.yaml
index 92ff2e8ad572..91a39a33000b 100644
--- a/Documentation/devicetree/bindings/regulator/regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/regulator.yaml
@@ -191,7 +191,7 @@ patternProperties:
 
 examples:
   - |
-    xyzreg: regulator@0 {
+    xyzreg: regulator {
       regulator-min-microvolt = <1000000>;
       regulator-max-microvolt = <2500000>;
       regulator-always-on;
diff --git a/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml b/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml
index 80bac7a182d5..4b5509436588 100644
--- a/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml
+++ b/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml
@@ -125,7 +125,7 @@ examples:
       #size-cells = <1>;
       ranges;
 
-      sram_a: sram@00000000 {
+      sram_a: sram@0 {
         compatible = "mmio-sram";
         reg = <0x00000000 0xc000>;
         #address-cells = <1>;
diff --git a/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml b/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
index 23e989e09766..d918cee100ac 100644
--- a/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
@@ -87,7 +87,7 @@ additionalProperties: false
 
 examples:
   - |
-    timer {
+    timer@1c20c00 {
         compatible = "allwinner,sun4i-a10-timer";
         reg = <0x01c20c00 0x400>;
         interrupts = <22>,
-- 
2.20.1


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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
@ 2020-02-21 23:56 ` Stephen Boyd
  2020-02-22 12:03 ` Linus Walleij
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Stephen Boyd @ 2020-02-21 23:56 UTC (permalink / raw)
  To: Rob Herring, devicetree
  Cc: linux-kernel, Maxime Coquelin, Alexandre Torgue, Maxime Ripard,
	Chen-Yu Tsai, Thierry Reding, Sam Ravnborg, Vinod Koul,
	Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Linus Walleij,
	Mark Brown, Daniel Lezcano

Quoting Rob Herring (2020-02-21 14:27:10)
> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.
> 
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Alexandre Torgue <alexandre.torgue@st.com>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Chen-Yu Tsai <wens@csie.org>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../clock/allwinner,sun4i-a10-osc-clk.yaml         |  2 +-
>  .../bindings/clock/allwinner,sun9i-a80-gt-clk.yaml |  2 +-

Acked-by: Stephen Boyd <sboyd@kernel.org>

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
  2020-02-21 23:56 ` Stephen Boyd
@ 2020-02-22 12:03 ` Linus Walleij
  2020-02-22 12:09 ` Sam Ravnborg
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Linus Walleij @ 2020-02-22 12:03 UTC (permalink / raw)
  To: Rob Herring
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-kernel, Maxime Coquelin, Alexandre Torgue, Stephen Boyd,
	Maxime Ripard, Chen-Yu Tsai, Thierry Reding, Sam Ravnborg,
	Vinod Koul, Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Mark Brown,
	Daniel Lezcano

On Fri, Feb 21, 2020 at 11:27 PM Rob Herring <robh@kernel.org> wrote:

> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.
>
(...)
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
  2020-02-21 23:56 ` Stephen Boyd
  2020-02-22 12:03 ` Linus Walleij
@ 2020-02-22 12:09 ` Sam Ravnborg
  2020-02-22 13:54 ` Maxime Ripard
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Sam Ravnborg @ 2020-02-22 12:09 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-kernel, Maxime Coquelin, Alexandre Torgue,
	Stephen Boyd, Maxime Ripard, Chen-Yu Tsai, Thierry Reding,
	Vinod Koul, Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Linus Walleij,
	Mark Brown, Daniel Lezcano

Hi Rob.

On Fri, Feb 21, 2020 at 04:27:10PM -0600, Rob Herring wrote:
> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.

Browsed it all - looks good.

Acked-by: Sam Ravnborg <sam@ravnborg.org>

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
                   ` (2 preceding siblings ...)
  2020-02-22 12:09 ` Sam Ravnborg
@ 2020-02-22 13:54 ` Maxime Ripard
  2020-02-24  4:36 ` Vinod Koul
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Maxime Ripard @ 2020-02-22 13:54 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-kernel, Maxime Coquelin, Alexandre Torgue,
	Stephen Boyd, Chen-Yu Tsai, Thierry Reding, Sam Ravnborg,
	Vinod Koul, Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Linus Walleij,
	Mark Brown, Daniel Lezcano

On Fri, Feb 21, 2020 at 04:27:10PM -0600, Rob Herring wrote:
> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.
>
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Alexandre Torgue <alexandre.torgue@st.com>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Chen-Yu Tsai <wens@csie.org>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>

Acked-by: Maxime Ripard <mripard@kernel.org>

Maxime

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
                   ` (3 preceding siblings ...)
  2020-02-22 13:54 ` Maxime Ripard
@ 2020-02-24  4:36 ` Vinod Koul
  2020-02-24  8:37 ` Lee Jones
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Vinod Koul @ 2020-02-24  4:36 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-kernel, Maxime Coquelin, Alexandre Torgue,
	Stephen Boyd, Maxime Ripard, Chen-Yu Tsai, Thierry Reding,
	Sam Ravnborg, Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Linus Walleij,
	Mark Brown, Daniel Lezcano

On 21-02-20, 16:27, Rob Herring wrote:
> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.
> 

For this:

>  .../devicetree/bindings/dma/ti/k3-udma.yaml        | 14 +-------------

Acked-by: Vinod Koul <vkoul@kernel.org>

-- 
~Vinod

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
                   ` (4 preceding siblings ...)
  2020-02-24  4:36 ` Vinod Koul
@ 2020-02-24  8:37 ` Lee Jones
  2020-02-24 11:19 ` Srinivas Kandagatla
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Lee Jones @ 2020-02-24  8:37 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-kernel, Maxime Coquelin, Alexandre Torgue,
	Stephen Boyd, Maxime Ripard, Chen-Yu Tsai, Thierry Reding,
	Sam Ravnborg, Vinod Koul, Jonathan Cameron, Kukjin Kim,
	Krzysztof Kozlowski, Dmitry Torokhov, Bartosz Golaszewski,
	Ulf Hansson, Srinivas Kandagatla, Kishon Vijay Abraham I,
	Linus Walleij, Mark Brown, Daniel Lezcano

On Fri, 21 Feb 2020, Rob Herring wrote:

> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.
> 
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Alexandre Torgue <alexandre.torgue@st.com>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Chen-Yu Tsai <wens@csie.org>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../devicetree/bindings/arm/stm32/st,mlahb.yaml    |  2 +-
>  .../clock/allwinner,sun4i-a10-osc-clk.yaml         |  2 +-
>  .../bindings/clock/allwinner,sun9i-a80-gt-clk.yaml |  2 +-
>  .../display/allwinner,sun4i-a10-tv-encoder.yaml    |  6 +-----
>  .../bindings/display/bridge/anx6345.yaml           | 10 ++--------
>  .../display/panel/leadtek,ltk500hd1829.yaml        |  2 ++
>  .../bindings/display/panel/xinpeng,xpp055c272.yaml |  2 ++
>  .../bindings/display/simple-framebuffer.yaml       |  6 +-----
>  .../devicetree/bindings/dma/ti/k3-udma.yaml        | 14 +-------------
>  .../devicetree/bindings/gpu/arm,mali-bifrost.yaml  | 14 +++++++-------
>  .../devicetree/bindings/gpu/arm,mali-midgard.yaml  | 14 +++++++-------
>  .../bindings/iio/adc/samsung,exynos-adc.yaml       |  2 +-
>  .../bindings/input/touchscreen/goodix.yaml         |  2 +-
>  .../devicetree/bindings/media/ti,cal.yaml          |  2 +-

>  .../devicetree/bindings/mfd/max77650.yaml          |  4 ++--

Acked-by: Lee Jones <lee.jones@linaro.org>

>  .../devicetree/bindings/mmc/mmc-controller.yaml    |  1 +
>  Documentation/devicetree/bindings/nvmem/nvmem.yaml |  2 ++
>  .../bindings/phy/allwinner,sun4i-a10-usb-phy.yaml  |  2 +-
>  .../bindings/pinctrl/st,stm32-pinctrl.yaml         |  2 +-
>  .../devicetree/bindings/regulator/regulator.yaml   |  2 +-
>  .../sram/allwinner,sun4i-a10-system-control.yaml   |  2 +-
>  .../bindings/timer/allwinner,sun4i-a10-timer.yaml  |  2 +-
>  22 files changed, 39 insertions(+), 58 deletions(-)

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
                   ` (5 preceding siblings ...)
  2020-02-24  8:37 ` Lee Jones
@ 2020-02-24 11:19 ` Srinivas Kandagatla
  2020-02-24 11:36 ` Mark Brown
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Srinivas Kandagatla @ 2020-02-24 11:19 UTC (permalink / raw)
  To: Rob Herring, devicetree
  Cc: linux-kernel, Maxime Coquelin, Alexandre Torgue, Stephen Boyd,
	Maxime Ripard, Chen-Yu Tsai, Thierry Reding, Sam Ravnborg,
	Vinod Koul, Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Kishon Vijay Abraham I, Linus Walleij, Mark Brown,
	Daniel Lezcano



On 21/02/2020 22:27, Rob Herring wrote:
>   Documentation/devicetree/bindings/nvmem/nvmem.yaml |  2 ++
for nvmem changes,

Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>


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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
                   ` (6 preceding siblings ...)
  2020-02-24 11:19 ` Srinivas Kandagatla
@ 2020-02-24 11:36 ` Mark Brown
  2020-02-24 13:23 ` Thierry Reding
  2020-02-24 15:40 ` Bartosz Golaszewski
  9 siblings, 0 replies; 11+ messages in thread
From: Mark Brown @ 2020-02-24 11:36 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-kernel, Maxime Coquelin, Alexandre Torgue,
	Stephen Boyd, Maxime Ripard, Chen-Yu Tsai, Thierry Reding,
	Sam Ravnborg, Vinod Koul, Jonathan Cameron, Kukjin Kim,
	Krzysztof Kozlowski, Dmitry Torokhov, Bartosz Golaszewski,
	Lee Jones, Ulf Hansson, Srinivas Kandagatla,
	Kishon Vijay Abraham I, Linus Walleij, Daniel Lezcano

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

On Fri, Feb 21, 2020 at 04:27:10PM -0600, Rob Herring wrote:
> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.

Acked-by: Mark Brown <broonie@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
                   ` (7 preceding siblings ...)
  2020-02-24 11:36 ` Mark Brown
@ 2020-02-24 13:23 ` Thierry Reding
  2020-02-24 15:40 ` Bartosz Golaszewski
  9 siblings, 0 replies; 11+ messages in thread
From: Thierry Reding @ 2020-02-24 13:23 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-kernel, Maxime Coquelin, Alexandre Torgue,
	Stephen Boyd, Maxime Ripard, Chen-Yu Tsai, Sam Ravnborg,
	Vinod Koul, Jonathan Cameron, Kukjin Kim, Krzysztof Kozlowski,
	Dmitry Torokhov, Bartosz Golaszewski, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Linus Walleij,
	Mark Brown, Daniel Lezcano

[-- Attachment #1: Type: text/plain, Size: 2712 bytes --]

On Fri, Feb 21, 2020 at 04:27:10PM -0600, Rob Herring wrote:
> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.
> 
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Alexandre Torgue <alexandre.torgue@st.com>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Chen-Yu Tsai <wens@csie.org>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../devicetree/bindings/arm/stm32/st,mlahb.yaml    |  2 +-
>  .../clock/allwinner,sun4i-a10-osc-clk.yaml         |  2 +-
>  .../bindings/clock/allwinner,sun9i-a80-gt-clk.yaml |  2 +-
>  .../display/allwinner,sun4i-a10-tv-encoder.yaml    |  6 +-----
>  .../bindings/display/bridge/anx6345.yaml           | 10 ++--------
>  .../display/panel/leadtek,ltk500hd1829.yaml        |  2 ++
>  .../bindings/display/panel/xinpeng,xpp055c272.yaml |  2 ++
>  .../bindings/display/simple-framebuffer.yaml       |  6 +-----
>  .../devicetree/bindings/dma/ti/k3-udma.yaml        | 14 +-------------
>  .../devicetree/bindings/gpu/arm,mali-bifrost.yaml  | 14 +++++++-------
>  .../devicetree/bindings/gpu/arm,mali-midgard.yaml  | 14 +++++++-------
>  .../bindings/iio/adc/samsung,exynos-adc.yaml       |  2 +-
>  .../bindings/input/touchscreen/goodix.yaml         |  2 +-
>  .../devicetree/bindings/media/ti,cal.yaml          |  2 +-
>  .../devicetree/bindings/mfd/max77650.yaml          |  4 ++--
>  .../devicetree/bindings/mmc/mmc-controller.yaml    |  1 +
>  Documentation/devicetree/bindings/nvmem/nvmem.yaml |  2 ++
>  .../bindings/phy/allwinner,sun4i-a10-usb-phy.yaml  |  2 +-
>  .../bindings/pinctrl/st,stm32-pinctrl.yaml         |  2 +-
>  .../devicetree/bindings/regulator/regulator.yaml   |  2 +-
>  .../sram/allwinner,sun4i-a10-system-control.yaml   |  2 +-
>  .../bindings/timer/allwinner,sun4i-a10-timer.yaml  |  2 +-
>  22 files changed, 39 insertions(+), 58 deletions(-)

Acked-by: Thierry Reding <treding@nvidia.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] dt-bindings: Fix dtc warnings in examples
  2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
                   ` (8 preceding siblings ...)
  2020-02-24 13:23 ` Thierry Reding
@ 2020-02-24 15:40 ` Bartosz Golaszewski
  9 siblings, 0 replies; 11+ messages in thread
From: Bartosz Golaszewski @ 2020-02-24 15:40 UTC (permalink / raw)
  To: Rob Herring
  Cc: linux-devicetree, LKML, Maxime Coquelin, Alexandre Torgue,
	Stephen Boyd, Maxime Ripard, Chen-Yu Tsai, Thierry Reding,
	Sam Ravnborg, Vinod Koul, Jonathan Cameron, Kukjin Kim,
	Krzysztof Kozlowski, Dmitry Torokhov, Lee Jones, Ulf Hansson,
	Srinivas Kandagatla, Kishon Vijay Abraham I, Linus Walleij,
	Mark Brown, Daniel Lezcano

pt., 21 lut 2020 o 23:27 Rob Herring <robh@kernel.org> napisał(a):
>
> Fix all the warnings in the DT binding schema examples when built with
> 'W=1'. This is in preparation to make that the default for examples.
>
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Alexandre Torgue <alexandre.torgue@st.com>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Chen-Yu Tsai <wens@csie.org>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>

For MAX77650:

Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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

end of thread, other threads:[~2020-02-24 15:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 22:27 [PATCH] dt-bindings: Fix dtc warnings in examples Rob Herring
2020-02-21 23:56 ` Stephen Boyd
2020-02-22 12:03 ` Linus Walleij
2020-02-22 12:09 ` Sam Ravnborg
2020-02-22 13:54 ` Maxime Ripard
2020-02-24  4:36 ` Vinod Koul
2020-02-24  8:37 ` Lee Jones
2020-02-24 11:19 ` Srinivas Kandagatla
2020-02-24 11:36 ` Mark Brown
2020-02-24 13:23 ` Thierry Reding
2020-02-24 15:40 ` Bartosz Golaszewski

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).