All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2020-12-23 19:24 ` Stefan Wahren
  0 siblings, 0 replies; 15+ messages in thread
From: Stefan Wahren @ 2020-12-23 19:24 UTC (permalink / raw)
  To: Eric Anholt, Maxime Ripard, David Airlie, Daniel Vetter,
	Rob Herring, Nicolas Saenz Julienne, Florian Fainelli
  Cc: bcm-kernel-feedback-list, dri-devel, devicetree,
	linux-arm-kernel, Stefan Wahren

Adding the missing property power-domains to the bcm2835-vec schema to fix
the following dtbs_check issue:

vec@7e806000: 'power-domains' does not match any of the regexes: ...

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
index d900cc5..071a43d 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
@@ -22,6 +22,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.7.4


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

* [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2020-12-23 19:24 ` Stefan Wahren
  0 siblings, 0 replies; 15+ messages in thread
From: Stefan Wahren @ 2020-12-23 19:24 UTC (permalink / raw)
  To: Eric Anholt, Maxime Ripard, David Airlie, Daniel Vetter,
	Rob Herring, Nicolas Saenz Julienne, Florian Fainelli
  Cc: Stefan Wahren, devicetree, bcm-kernel-feedback-list,
	linux-arm-kernel, dri-devel

Adding the missing property power-domains to the bcm2835-vec schema to fix
the following dtbs_check issue:

vec@7e806000: 'power-domains' does not match any of the regexes: ...

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
index d900cc5..071a43d 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
@@ -22,6 +22,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.7.4


_______________________________________________
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] 15+ messages in thread

* [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2020-12-23 19:24 ` Stefan Wahren
  0 siblings, 0 replies; 15+ messages in thread
From: Stefan Wahren @ 2020-12-23 19:24 UTC (permalink / raw)
  To: Eric Anholt, Maxime Ripard, David Airlie, Daniel Vetter,
	Rob Herring, Nicolas Saenz Julienne, Florian Fainelli
  Cc: Stefan Wahren, devicetree, bcm-kernel-feedback-list,
	linux-arm-kernel, dri-devel

Adding the missing property power-domains to the bcm2835-vec schema to fix
the following dtbs_check issue:

vec@7e806000: 'power-domains' does not match any of the regexes: ...

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
index d900cc5..071a43d 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml
@@ -22,6 +22,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
  2020-12-23 19:24 ` Stefan Wahren
  (?)
@ 2020-12-24  0:09   ` Florian Fainelli
  -1 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2020-12-24  0:09 UTC (permalink / raw)
  To: Stefan Wahren, Eric Anholt, Maxime Ripard, David Airlie,
	Daniel Vetter, Rob Herring, Nicolas Saenz Julienne,
	Florian Fainelli
  Cc: bcm-kernel-feedback-list, dri-devel, devicetree, linux-arm-kernel



On 12/23/2020 11:24 AM, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2020-12-24  0:09   ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2020-12-24  0:09 UTC (permalink / raw)
  To: Stefan Wahren, Eric Anholt, Maxime Ripard, David Airlie,
	Daniel Vetter, Rob Herring, Nicolas Saenz Julienne,
	Florian Fainelli
  Cc: devicetree, bcm-kernel-feedback-list, linux-arm-kernel, dri-devel



On 12/23/2020 11:24 AM, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

_______________________________________________
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] 15+ messages in thread

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2020-12-24  0:09   ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2020-12-24  0:09 UTC (permalink / raw)
  To: Stefan Wahren, Eric Anholt, Maxime Ripard, David Airlie,
	Daniel Vetter, Rob Herring, Nicolas Saenz Julienne,
	Florian Fainelli
  Cc: devicetree, bcm-kernel-feedback-list, linux-arm-kernel, dri-devel



On 12/23/2020 11:24 AM, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
  2020-12-23 19:24 ` Stefan Wahren
  (?)
@ 2021-01-06 15:01   ` Maxime Ripard
  -1 siblings, 0 replies; 15+ messages in thread
From: Maxime Ripard @ 2021-01-06 15:01 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: Eric Anholt, David Airlie, Daniel Vetter, Rob Herring,
	Nicolas Saenz Julienne, Florian Fainelli,
	bcm-kernel-feedback-list, dri-devel, devicetree,
	linux-arm-kernel

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

On Wed, Dec 23, 2020 at 08:24:33PM +0100, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

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

Thanks!
Maxime

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

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2021-01-06 15:01   ` Maxime Ripard
  0 siblings, 0 replies; 15+ messages in thread
From: Maxime Ripard @ 2021-01-06 15:01 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: devicetree, Florian Fainelli, David Airlie, dri-devel,
	Eric Anholt, Rob Herring, bcm-kernel-feedback-list,
	linux-arm-kernel, Daniel Vetter, Nicolas Saenz Julienne


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

On Wed, Dec 23, 2020 at 08:24:33PM +0100, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

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

Thanks!
Maxime

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 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] 15+ messages in thread

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2021-01-06 15:01   ` Maxime Ripard
  0 siblings, 0 replies; 15+ messages in thread
From: Maxime Ripard @ 2021-01-06 15:01 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: devicetree, Florian Fainelli, David Airlie, dri-devel,
	Rob Herring, bcm-kernel-feedback-list, linux-arm-kernel,
	Nicolas Saenz Julienne


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

On Wed, Dec 23, 2020 at 08:24:33PM +0100, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

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

Thanks!
Maxime

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

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
  2020-12-23 19:24 ` Stefan Wahren
  (?)
@ 2021-01-08  2:42   ` Rob Herring
  -1 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2021-01-08  2:42 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: dri-devel, Eric Anholt, Nicolas Saenz Julienne, devicetree,
	Maxime Ripard, Daniel Vetter, bcm-kernel-feedback-list,
	David Airlie, Rob Herring, Florian Fainelli, linux-arm-kernel

On Wed, 23 Dec 2020 20:24:33 +0100, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2021-01-08  2:42   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2021-01-08  2:42 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: linux-arm-kernel, devicetree, Florian Fainelli, David Airlie,
	Maxime Ripard, Eric Anholt, Rob Herring,
	bcm-kernel-feedback-list, dri-devel, Daniel Vetter,
	Nicolas Saenz Julienne

On Wed, 23 Dec 2020 20:24:33 +0100, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
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] 15+ messages in thread

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2021-01-08  2:42   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2021-01-08  2:42 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: linux-arm-kernel, devicetree, Florian Fainelli, David Airlie,
	Rob Herring, bcm-kernel-feedback-list, dri-devel,
	Nicolas Saenz Julienne

On Wed, 23 Dec 2020 20:24:33 +0100, Stefan Wahren wrote:
> Adding the missing property power-domains to the bcm2835-vec schema to fix
> the following dtbs_check issue:
> 
> vec@7e806000: 'power-domains' does not match any of the regexes: ...
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
  2021-01-08  2:42   ` Rob Herring
  (?)
@ 2021-01-08  2:55     ` Florian Fainelli
  -1 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2021-01-08  2:55 UTC (permalink / raw)
  To: Rob Herring, Stefan Wahren
  Cc: dri-devel, Eric Anholt, Nicolas Saenz Julienne, devicetree,
	Maxime Ripard, Daniel Vetter, bcm-kernel-feedback-list,
	David Airlie, Rob Herring, Florian Fainelli, linux-arm-kernel



On 1/7/2021 6:42 PM, Rob Herring wrote:
> On Wed, 23 Dec 2020 20:24:33 +0100, Stefan Wahren wrote:
>> Adding the missing property power-domains to the bcm2835-vec schema to fix
>> the following dtbs_check issue:
>>
>> vec@7e806000: 'power-domains' does not match any of the regexes: ...
>>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> ---
>>  Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
>>  1 file changed, 3 insertions(+)
>>
> 
> Acked-by: Rob Herring <robh@kernel.org>
> 

I thought you were going to apply this directly?
-- 
Florian

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

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2021-01-08  2:55     ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2021-01-08  2:55 UTC (permalink / raw)
  To: Rob Herring, Stefan Wahren
  Cc: linux-arm-kernel, devicetree, Florian Fainelli, David Airlie,
	Maxime Ripard, Eric Anholt, Rob Herring,
	bcm-kernel-feedback-list, dri-devel, Daniel Vetter,
	Nicolas Saenz Julienne



On 1/7/2021 6:42 PM, Rob Herring wrote:
> On Wed, 23 Dec 2020 20:24:33 +0100, Stefan Wahren wrote:
>> Adding the missing property power-domains to the bcm2835-vec schema to fix
>> the following dtbs_check issue:
>>
>> vec@7e806000: 'power-domains' does not match any of the regexes: ...
>>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> ---
>>  Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
>>  1 file changed, 3 insertions(+)
>>
> 
> Acked-by: Rob Herring <robh@kernel.org>
> 

I thought you were going to apply this directly?
-- 
Florian

_______________________________________________
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] 15+ messages in thread

* Re: [PATCH] dt-bindings: bcm2835-vec: Add power-domains property
@ 2021-01-08  2:55     ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2021-01-08  2:55 UTC (permalink / raw)
  To: Rob Herring, Stefan Wahren
  Cc: linux-arm-kernel, devicetree, Florian Fainelli, David Airlie,
	Rob Herring, bcm-kernel-feedback-list, dri-devel,
	Nicolas Saenz Julienne



On 1/7/2021 6:42 PM, Rob Herring wrote:
> On Wed, 23 Dec 2020 20:24:33 +0100, Stefan Wahren wrote:
>> Adding the missing property power-domains to the bcm2835-vec schema to fix
>> the following dtbs_check issue:
>>
>> vec@7e806000: 'power-domains' does not match any of the regexes: ...
>>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> ---
>>  Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 3 +++
>>  1 file changed, 3 insertions(+)
>>
> 
> Acked-by: Rob Herring <robh@kernel.org>
> 

I thought you were going to apply this directly?
-- 
Florian
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2021-01-08  8:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 19:24 [PATCH] dt-bindings: bcm2835-vec: Add power-domains property Stefan Wahren
2020-12-23 19:24 ` Stefan Wahren
2020-12-23 19:24 ` Stefan Wahren
2020-12-24  0:09 ` Florian Fainelli
2020-12-24  0:09   ` Florian Fainelli
2020-12-24  0:09   ` Florian Fainelli
2021-01-06 15:01 ` Maxime Ripard
2021-01-06 15:01   ` Maxime Ripard
2021-01-06 15:01   ` Maxime Ripard
2021-01-08  2:42 ` Rob Herring
2021-01-08  2:42   ` Rob Herring
2021-01-08  2:42   ` Rob Herring
2021-01-08  2:55   ` Florian Fainelli
2021-01-08  2:55     ` Florian Fainelli
2021-01-08  2:55     ` Florian Fainelli

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.