* [PATCH] dt-bindings: display: arm: versatile: Pass the sysreg unit name
@ 2020-06-29 21:55 Fabio Estevam
2020-06-30 2:03 ` Rob Herring
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2020-06-29 21:55 UTC (permalink / raw)
To: sam; +Cc: robh+dt, dri-devel, devicetree, Fabio Estevam
Pass the sysreg unit name to fix the following warning seen with
'make dt_binding_check':
Warning (unit_address_vs_reg): /example-0/sysreg: node has a reg or ranges property, but no unit name
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
.../bindings/display/panel/arm,versatile-tft-panel.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml b/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml
index 41fd5713c156..be69e0cc50fc 100644
--- a/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml
+++ b/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml
@@ -33,7 +33,7 @@ additionalProperties: false
examples:
- |
- sysreg {
+ sysreg@0 {
compatible = "arm,versatile-sysreg", "syscon", "simple-mfd";
reg = <0x00000 0x1000>;
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: display: arm: versatile: Pass the sysreg unit name
2020-06-29 21:55 [PATCH] dt-bindings: display: arm: versatile: Pass the sysreg unit name Fabio Estevam
@ 2020-06-30 2:03 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2020-06-30 2:03 UTC (permalink / raw)
To: Fabio Estevam; +Cc: robh+dt, dri-devel, devicetree, sam
On Mon, 29 Jun 2020 18:55:00 -0300, Fabio Estevam wrote:
> Pass the sysreg unit name to fix the following warning seen with
> 'make dt_binding_check':
>
> Warning (unit_address_vs_reg): /example-0/sysreg: node has a reg or ranges property, but no unit name
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> .../bindings/display/panel/arm,versatile-tft-panel.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-30 2:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 21:55 [PATCH] dt-bindings: display: arm: versatile: Pass the sysreg unit name Fabio Estevam
2020-06-30 2:03 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox