All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19  1:53 ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-19  1:53 UTC (permalink / raw)
  To: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Charles Keepax, Richard Fitzgerald,
	Linus Walleij, Krzysztof Kozlowski, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

For a single pinctrl mode, it is not necessary to define pinctrl
properties as the tools always allow pinctrl properties.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
 Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
 .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
 .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
 .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
 5 files changed, 39 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
index 008c144257cb..1a68a940d165 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
@@ -26,14 +26,6 @@ properties:
   clock-names:
     const: hclk
 
-  pinctrl-0:
-    maxItems: 2
-
-  pinctrl-names:
-    const: default
-    description:
-      Switch the iomux for the HPD/I2C pins to HDMI function.
-
   power-domains:
     maxItems: 1
 
diff --git a/Documentation/devicetree/bindings/input/gpio-keys.yaml b/Documentation/devicetree/bindings/input/gpio-keys.yaml
index dbe7ecc19ccb..7fe1966ea28a 100644
--- a/Documentation/devicetree/bindings/input/gpio-keys.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-keys.yaml
@@ -88,12 +88,6 @@ patternProperties:
             which can be disabled to suppress events from the button.
           type: boolean
 
-        pinctrl-0:
-          maxItems: 1
-
-        pinctrl-names:
-          maxItems: 1
-
       required:
         - linux,code
 
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
index 80020539c3bb..5cd512b7d5ba 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
@@ -51,15 +51,6 @@ properties:
       appropriate of the LOCHNAGARx_PIN_NUM_GPIOS define, see [3].
     maxItems: 1
 
-  pinctrl-0:
-    description:
-      A phandle to the default pinctrl state.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     type: object
     patternProperties:
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
index e50d7ad5c229..c85f759ae5a3 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
@@ -30,16 +30,6 @@ description: |
     Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
 
 properties:
-  pinctrl-0:
-    description:
-      A phandle to the node containing the subnodes containing default
-      configurations.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     description:
       One subnode is required to contain the default settings. It
diff --git a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
index 2e3628ef48df..84c4d6cba521 100644
--- a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
@@ -110,12 +110,6 @@ properties:
       Internal DMA register base address of the audio
       subsystem (used in secondary sound source).
 
-  pinctrl-0:
-    description: Should specify pin control groups used for this controller.
-
-  pinctrl-names:
-    const: default
-
   power-domains:
     maxItems: 1
 
-- 
2.32.0


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

* [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19  1:53 ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-19  1:53 UTC (permalink / raw)
  To: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Charles Keepax, Richard Fitzgerald,
	Linus Walleij, Krzysztof Kozlowski, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: devicetree, alsa-devel, linux-gpio, linux-kernel, dri-devel,
	linux-rockchip, Krzysztof Kozlowski, linux-input,
	linux-arm-kernel

For a single pinctrl mode, it is not necessary to define pinctrl
properties as the tools always allow pinctrl properties.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
 Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
 .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
 .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
 .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
 5 files changed, 39 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
index 008c144257cb..1a68a940d165 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
@@ -26,14 +26,6 @@ properties:
   clock-names:
     const: hclk
 
-  pinctrl-0:
-    maxItems: 2
-
-  pinctrl-names:
-    const: default
-    description:
-      Switch the iomux for the HPD/I2C pins to HDMI function.
-
   power-domains:
     maxItems: 1
 
diff --git a/Documentation/devicetree/bindings/input/gpio-keys.yaml b/Documentation/devicetree/bindings/input/gpio-keys.yaml
index dbe7ecc19ccb..7fe1966ea28a 100644
--- a/Documentation/devicetree/bindings/input/gpio-keys.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-keys.yaml
@@ -88,12 +88,6 @@ patternProperties:
             which can be disabled to suppress events from the button.
           type: boolean
 
-        pinctrl-0:
-          maxItems: 1
-
-        pinctrl-names:
-          maxItems: 1
-
       required:
         - linux,code
 
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
index 80020539c3bb..5cd512b7d5ba 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
@@ -51,15 +51,6 @@ properties:
       appropriate of the LOCHNAGARx_PIN_NUM_GPIOS define, see [3].
     maxItems: 1
 
-  pinctrl-0:
-    description:
-      A phandle to the default pinctrl state.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     type: object
     patternProperties:
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
index e50d7ad5c229..c85f759ae5a3 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
@@ -30,16 +30,6 @@ description: |
     Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
 
 properties:
-  pinctrl-0:
-    description:
-      A phandle to the node containing the subnodes containing default
-      configurations.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     description:
       One subnode is required to contain the default settings. It
diff --git a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
index 2e3628ef48df..84c4d6cba521 100644
--- a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
@@ -110,12 +110,6 @@ properties:
       Internal DMA register base address of the audio
       subsystem (used in secondary sound source).
 
-  pinctrl-0:
-    description: Should specify pin control groups used for this controller.
-
-  pinctrl-names:
-    const: default
-
   power-domains:
     maxItems: 1
 
-- 
2.32.0


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

* [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19  1:53 ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-19  1:53 UTC (permalink / raw)
  To: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Charles Keepax, Richard Fitzgerald,
	Linus Walleij, Krzysztof Kozlowski, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

For a single pinctrl mode, it is not necessary to define pinctrl
properties as the tools always allow pinctrl properties.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
 Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
 .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
 .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
 .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
 5 files changed, 39 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
index 008c144257cb..1a68a940d165 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
@@ -26,14 +26,6 @@ properties:
   clock-names:
     const: hclk
 
-  pinctrl-0:
-    maxItems: 2
-
-  pinctrl-names:
-    const: default
-    description:
-      Switch the iomux for the HPD/I2C pins to HDMI function.
-
   power-domains:
     maxItems: 1
 
diff --git a/Documentation/devicetree/bindings/input/gpio-keys.yaml b/Documentation/devicetree/bindings/input/gpio-keys.yaml
index dbe7ecc19ccb..7fe1966ea28a 100644
--- a/Documentation/devicetree/bindings/input/gpio-keys.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-keys.yaml
@@ -88,12 +88,6 @@ patternProperties:
             which can be disabled to suppress events from the button.
           type: boolean
 
-        pinctrl-0:
-          maxItems: 1
-
-        pinctrl-names:
-          maxItems: 1
-
       required:
         - linux,code
 
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
index 80020539c3bb..5cd512b7d5ba 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
@@ -51,15 +51,6 @@ properties:
       appropriate of the LOCHNAGARx_PIN_NUM_GPIOS define, see [3].
     maxItems: 1
 
-  pinctrl-0:
-    description:
-      A phandle to the default pinctrl state.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     type: object
     patternProperties:
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
index e50d7ad5c229..c85f759ae5a3 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
@@ -30,16 +30,6 @@ description: |
     Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
 
 properties:
-  pinctrl-0:
-    description:
-      A phandle to the node containing the subnodes containing default
-      configurations.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     description:
       One subnode is required to contain the default settings. It
diff --git a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
index 2e3628ef48df..84c4d6cba521 100644
--- a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
@@ -110,12 +110,6 @@ properties:
       Internal DMA register base address of the audio
       subsystem (used in secondary sound source).
 
-  pinctrl-0:
-    description: Should specify pin control groups used for this controller.
-
-  pinctrl-names:
-    const: default
-
   power-domains:
     maxItems: 1
 
-- 
2.32.0


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19  1:53 ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-19  1:53 UTC (permalink / raw)
  To: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Charles Keepax, Richard Fitzgerald,
	Linus Walleij, Krzysztof Kozlowski, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

For a single pinctrl mode, it is not necessary to define pinctrl
properties as the tools always allow pinctrl properties.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
 Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
 .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
 .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
 .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
 5 files changed, 39 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
index 008c144257cb..1a68a940d165 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
@@ -26,14 +26,6 @@ properties:
   clock-names:
     const: hclk
 
-  pinctrl-0:
-    maxItems: 2
-
-  pinctrl-names:
-    const: default
-    description:
-      Switch the iomux for the HPD/I2C pins to HDMI function.
-
   power-domains:
     maxItems: 1
 
diff --git a/Documentation/devicetree/bindings/input/gpio-keys.yaml b/Documentation/devicetree/bindings/input/gpio-keys.yaml
index dbe7ecc19ccb..7fe1966ea28a 100644
--- a/Documentation/devicetree/bindings/input/gpio-keys.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-keys.yaml
@@ -88,12 +88,6 @@ patternProperties:
             which can be disabled to suppress events from the button.
           type: boolean
 
-        pinctrl-0:
-          maxItems: 1
-
-        pinctrl-names:
-          maxItems: 1
-
       required:
         - linux,code
 
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
index 80020539c3bb..5cd512b7d5ba 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
@@ -51,15 +51,6 @@ properties:
       appropriate of the LOCHNAGARx_PIN_NUM_GPIOS define, see [3].
     maxItems: 1
 
-  pinctrl-0:
-    description:
-      A phandle to the default pinctrl state.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     type: object
     patternProperties:
diff --git a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
index e50d7ad5c229..c85f759ae5a3 100644
--- a/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
@@ -30,16 +30,6 @@ description: |
     Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
 
 properties:
-  pinctrl-0:
-    description:
-      A phandle to the node containing the subnodes containing default
-      configurations.
-
-  pinctrl-names:
-    description:
-      A pinctrl state named "default" must be defined.
-    const: default
-
   pin-settings:
     description:
       One subnode is required to contain the default settings. It
diff --git a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
index 2e3628ef48df..84c4d6cba521 100644
--- a/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung-i2s.yaml
@@ -110,12 +110,6 @@ properties:
       Internal DMA register base address of the audio
       subsystem (used in secondary sound source).
 
-  pinctrl-0:
-    description: Should specify pin control groups used for this controller.
-
-  pinctrl-names:
-    const: default
-
   power-domains:
     maxItems: 1
 
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
  2022-01-19  1:53 ` Rob Herring
  (?)
  (?)
@ 2022-01-19  7:35   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-19  7:35 UTC (permalink / raw)
  To: Rob Herring, Sandy Huang, Heiko Stübner, David Airlie,
	Daniel Vetter, Dmitry Torokhov, Charles Keepax,
	Richard Fitzgerald, Linus Walleij, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

On 19/01/2022 02:53, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19  7:35   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-19  7:35 UTC (permalink / raw)
  To: Rob Herring, Sandy Huang, Heiko Stübner, David Airlie,
	Daniel Vetter, Dmitry Torokhov, Charles Keepax,
	Richard Fitzgerald, Linus Walleij, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: devicetree, alsa-devel, linux-gpio, linux-kernel, dri-devel,
	linux-rockchip, Krzysztof Kozlowski, linux-input,
	linux-arm-kernel

On 19/01/2022 02:53, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19  7:35   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-19  7:35 UTC (permalink / raw)
  To: Rob Herring, Sandy Huang, Heiko Stübner, David Airlie,
	Daniel Vetter, Dmitry Torokhov, Charles Keepax,
	Richard Fitzgerald, Linus Walleij, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

On 19/01/2022 02:53, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19  7:35   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-19  7:35 UTC (permalink / raw)
  To: Rob Herring, Sandy Huang, Heiko Stübner, David Airlie,
	Daniel Vetter, Dmitry Torokhov, Charles Keepax,
	Richard Fitzgerald, Linus Walleij, Sylwester Nawrocki,
	Liam Girdwood, Mark Brown, -
  Cc: Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

On 19/01/2022 02:53, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
  2022-01-19  1:53 ` Rob Herring
                     ` (2 preceding siblings ...)
  (?)
@ 2022-01-19 10:57   ` Charles Keepax
  -1 siblings, 0 replies; 23+ messages in thread
From: Charles Keepax @ 2022-01-19 10:57 UTC (permalink / raw)
  To: Rob Herring
  Cc: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Richard Fitzgerald, Linus Walleij,
	Krzysztof Kozlowski, Sylwester Nawrocki, Liam Girdwood,
	Mark Brown, -,
	Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 10:57   ` Charles Keepax
  0 siblings, 0 replies; 23+ messages in thread
From: Charles Keepax @ 2022-01-19 10:57 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, alsa-devel, linux-gpio, linux-kernel,
	Heiko Stübner, Krzysztof Kozlowski, David Airlie, -,
	Linus Walleij, Dmitry Torokhov, Sandy Huang, Krzysztof Kozlowski,
	Liam Girdwood, linux-rockchip, Richard Fitzgerald, Mark Brown,
	dri-devel, Daniel Vetter, linux-input, linux-arm-kernel

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 10:57   ` Charles Keepax
  0 siblings, 0 replies; 23+ messages in thread
From: Charles Keepax @ 2022-01-19 10:57 UTC (permalink / raw)
  To: Rob Herring
  Cc: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Richard Fitzgerald, Linus Walleij,
	Krzysztof Kozlowski, Sylwester Nawrocki, Liam Girdwood,
	Mark Brown, -,
	Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 10:57   ` Charles Keepax
  0 siblings, 0 replies; 23+ messages in thread
From: Charles Keepax @ 2022-01-19 10:57 UTC (permalink / raw)
  To: Rob Herring
  Cc: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Richard Fitzgerald, Linus Walleij,
	Krzysztof Kozlowski, Sylwester Nawrocki, Liam Girdwood,
	Mark Brown, -,
	Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 10:57   ` Charles Keepax
  0 siblings, 0 replies; 23+ messages in thread
From: Charles Keepax @ 2022-01-19 10:57 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-gpio, linux-kernel, alsa-devel,
	Krzysztof Kozlowski, David Airlie, -,
	Dmitry Torokhov, Sandy Huang, Krzysztof Kozlowski, Liam Girdwood,
	linux-rockchip, Richard Fitzgerald, Mark Brown, dri-devel,
	linux-input, Sylwester Nawrocki, linux-arm-kernel

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
  2022-01-19  1:53 ` Rob Herring
                     ` (2 preceding siblings ...)
  (?)
@ 2022-01-19 16:30   ` Mark Brown
  -1 siblings, 0 replies; 23+ messages in thread
From: Mark Brown @ 2022-01-19 16:30 UTC (permalink / raw)
  To: Rob Herring
  Cc: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Charles Keepax, Richard Fitzgerald,
	Linus Walleij, Krzysztof Kozlowski, Sylwester Nawrocki,
	Liam Girdwood, -,
	Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel

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

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.

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

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

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 16:30   ` Mark Brown
  0 siblings, 0 replies; 23+ messages in thread
From: Mark Brown @ 2022-01-19 16:30 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, alsa-devel, Charles Keepax, Krzysztof Kozlowski,
	David Airlie, -,
	Dmitry Torokhov, linux-kernel, Sandy Huang, Krzysztof Kozlowski,
	Liam Girdwood, linux-rockchip, Richard Fitzgerald, linux-gpio,
	dri-devel, linux-input, Sylwester Nawrocki, linux-arm-kernel

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

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.

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

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

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 16:30   ` Mark Brown
  0 siblings, 0 replies; 23+ messages in thread
From: Mark Brown @ 2022-01-19 16:30 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, alsa-devel, Charles Keepax, Heiko Stübner,
	Krzysztof Kozlowski, David Airlie, -,
	Linus Walleij, Dmitry Torokhov, linux-kernel, Sandy Huang,
	Krzysztof Kozlowski, Liam Girdwood, linux-rockchip,
	Richard Fitzgerald, linux-gpio, dri-devel, Daniel Vetter,
	linux-input, linux-arm-kernel

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

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.

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

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

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 16:30   ` Mark Brown
  0 siblings, 0 replies; 23+ messages in thread
From: Mark Brown @ 2022-01-19 16:30 UTC (permalink / raw)
  To: Rob Herring
  Cc: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Charles Keepax, Richard Fitzgerald,
	Linus Walleij, Krzysztof Kozlowski, Sylwester Nawrocki,
	Liam Girdwood, -,
	Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 230 bytes --]

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.

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

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

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-19 16:30   ` Mark Brown
  0 siblings, 0 replies; 23+ messages in thread
From: Mark Brown @ 2022-01-19 16:30 UTC (permalink / raw)
  To: Rob Herring
  Cc: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter,
	Dmitry Torokhov, Charles Keepax, Richard Fitzgerald,
	Linus Walleij, Krzysztof Kozlowski, Sylwester Nawrocki,
	Liam Girdwood, -,
	Krzysztof Kozlowski, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-input, linux-gpio,
	alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 230 bytes --]

On Tue, Jan 18, 2022 at 07:53:25PM -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.

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

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
  2022-01-19  1:53 ` Rob Herring
                     ` (2 preceding siblings ...)
  (?)
@ 2022-01-20 17:36   ` Rob Herring
  -1 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-20 17:36 UTC (permalink / raw)
  To: Rob Herring
  Cc: Linus Walleij, linux-rockchip, Krzysztof Kozlowski,
	Krzysztof Kozlowski, linux-kernel, Mark Brown, dri-devel,
	linux-gpio, Daniel Vetter, Sandy Huang, Richard Fitzgerald, -,
	Dmitry Torokhov, devicetree, Heiko Stübner, linux-input,
	Sylwester Nawrocki, David Airlie, Liam Girdwood, Charles Keepax,
	alsa-devel, linux-arm-kernel

On Tue, 18 Jan 2022 19:53:25 -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 

Applied, thanks!

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-20 17:36   ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-20 17:36 UTC (permalink / raw)
  To: Rob Herring
  Cc: alsa-devel, David Airlie, dri-devel, linux-kernel,
	Sylwester Nawrocki, Krzysztof Kozlowski, Krzysztof Kozlowski,
	linux-rockchip, Sandy Huang, linux-input, devicetree,
	Charles Keepax, linux-gpio, Richard Fitzgerald, Mark Brown,
	linux-arm-kernel, -,
	Dmitry Torokhov, Liam Girdwood

On Tue, 18 Jan 2022 19:53:25 -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 

Applied, thanks!

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-20 17:36   ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-20 17:36 UTC (permalink / raw)
  To: Rob Herring
  Cc: alsa-devel, Heiko Stübner, David Airlie, Linus Walleij,
	dri-devel, linux-kernel, Krzysztof Kozlowski,
	Krzysztof Kozlowski, linux-rockchip, Sandy Huang, linux-input,
	devicetree, Charles Keepax, linux-gpio, Richard Fitzgerald,
	Mark Brown, linux-arm-kernel, -,
	Dmitry Torokhov, Liam Girdwood, Daniel Vetter

On Tue, 18 Jan 2022 19:53:25 -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 

Applied, thanks!

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-20 17:36   ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-20 17:36 UTC (permalink / raw)
  To: Rob Herring
  Cc: Linus Walleij, linux-rockchip, Krzysztof Kozlowski,
	Krzysztof Kozlowski, linux-kernel, Mark Brown, dri-devel,
	linux-gpio, Daniel Vetter, Sandy Huang, Richard Fitzgerald, -,
	Dmitry Torokhov, devicetree, Heiko Stübner, linux-input,
	Sylwester Nawrocki, David Airlie, Liam Girdwood, Charles Keepax,
	alsa-devel, linux-arm-kernel

On Tue, 18 Jan 2022 19:53:25 -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 

Applied, thanks!

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] dt-bindings: Drop unnecessary pinctrl properties
@ 2022-01-20 17:36   ` Rob Herring
  0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2022-01-20 17:36 UTC (permalink / raw)
  To: Rob Herring
  Cc: Linus Walleij, linux-rockchip, Krzysztof Kozlowski,
	Krzysztof Kozlowski, linux-kernel, Mark Brown, dri-devel,
	linux-gpio, Daniel Vetter, Sandy Huang, Richard Fitzgerald, -,
	Dmitry Torokhov, devicetree, Heiko Stübner, linux-input,
	Sylwester Nawrocki, David Airlie, Liam Girdwood, Charles Keepax,
	alsa-devel, linux-arm-kernel

On Tue, 18 Jan 2022 19:53:25 -0600, Rob Herring wrote:
> For a single pinctrl mode, it is not necessary to define pinctrl
> properties as the tools always allow pinctrl properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../display/rockchip/rockchip,rk3066-hdmi.yaml         |  8 --------
>  Documentation/devicetree/bindings/input/gpio-keys.yaml |  6 ------
>  .../devicetree/bindings/pinctrl/cirrus,lochnagar.yaml  |  9 ---------
>  .../devicetree/bindings/pinctrl/cirrus,madera.yaml     | 10 ----------
>  .../devicetree/bindings/sound/samsung-i2s.yaml         |  6 ------
>  5 files changed, 39 deletions(-)
> 

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-01-20 17:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19  1:53 [PATCH] dt-bindings: Drop unnecessary pinctrl properties Rob Herring
2022-01-19  1:53 ` Rob Herring
2022-01-19  1:53 ` Rob Herring
2022-01-19  1:53 ` Rob Herring
2022-01-19  7:35 ` Krzysztof Kozlowski
2022-01-19  7:35   ` Krzysztof Kozlowski
2022-01-19  7:35   ` Krzysztof Kozlowski
2022-01-19  7:35   ` Krzysztof Kozlowski
2022-01-19 10:57 ` Charles Keepax
2022-01-19 10:57   ` Charles Keepax
2022-01-19 10:57   ` Charles Keepax
2022-01-19 10:57   ` Charles Keepax
2022-01-19 10:57   ` Charles Keepax
2022-01-19 16:30 ` Mark Brown
2022-01-19 16:30   ` Mark Brown
2022-01-19 16:30   ` Mark Brown
2022-01-19 16:30   ` Mark Brown
2022-01-19 16:30   ` Mark Brown
2022-01-20 17:36 ` Rob Herring
2022-01-20 17:36   ` Rob Herring
2022-01-20 17:36   ` Rob Herring
2022-01-20 17:36   ` Rob Herring
2022-01-20 17:36   ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.