Skip to content

Commit 52120e8

Browse files
committed
dt-bindings: display: fix panel warnings
Fix following type af warnings in the panel bindings: Warning (unit_address_vs_reg): /example-0/dsi/panel: node has a reg or ranges property, but no unit name Warning (unit_address_vs_reg): /example-0/dsi@ff450000: node has a unit name, but no reg property Removing the "@xxx" from the node name fixed first warning. Adding a missing reg property fixed the second warning v2: - renamed mdss_dsi to dsi in panel-simple-dsi.yaml (Rob) Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Benjamin Gaignard <[email protected]> Reviewed-by: Rob Herring <[email protected]> Cc: Thierry Reding <[email protected]> Cc: Linus Walleij <[email protected]> Cc: Rob Herring <[email protected]> Cc: Heiko Stuebner <[email protected]> Cc: Maxime Ripard <[email protected]> Cc: Benjamin Gaignard <[email protected]> Cc: Laurent Pinchart <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 1cfff5f commit 52120e8

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Documentation/devicetree/bindings/display/panel/elida,kd35t133.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ additionalProperties: false
3434

3535
examples:
3636
- |
37-
dsi@ff450000 {
37+
dsi {
3838
#address-cells = <1>;
3939
#size-cells = <0>;
4040
panel@0 {

Documentation/devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ additionalProperties: false
3434

3535
examples:
3636
- |
37-
dsi@ff450000 {
37+
dsi {
3838
#address-cells = <1>;
3939
#size-cells = <0>;
4040
panel@0 {

Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ examples:
4040
- |
4141
#include <dt-bindings/gpio/gpio.h>
4242
43-
dsi@a0351000 {
43+
dsi {
4444
#address-cells = <1>;
4545
#size-cells = <0>;
46-
panel {
46+
panel@0 {
4747
compatible = "hydis,hva40wv1", "novatek,nt35510";
4848
reg = <0>;
4949
vdd-supply = <&ab8500_ldo_aux4_reg>;

Documentation/devicetree/bindings/display/panel/orisetech,otm8009a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ required:
3939

4040
examples:
4141
- |
42-
dsi@0 {
42+
dsi {
4343
#address-cells = <1>;
4444
#size-cells = <0>;
4545
panel@0 {

Documentation/devicetree/bindings/display/panel/panel-dpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ additionalProperties: false
4848

4949
examples:
5050
- |
51-
panel@0 {
51+
panel {
5252
compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
5353
label = "osddisplay";
5454
power-supply = <&vcc_supply>;

Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ required:
5050

5151
examples:
5252
- |
53-
mdss_dsi@fd922800 {
53+
dsi {
5454
#address-cells = <1>;
5555
#size-cells = <0>;
5656
panel@0 {

Documentation/devicetree/bindings/display/panel/raydium,rm68200.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ required:
4242

4343
examples:
4444
- |
45-
dsi@0 {
45+
dsi {
4646
#address-cells = <1>;
4747
#size-cells = <0>;
4848
panel@0 {

Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ additionalProperties: false
3434

3535
examples:
3636
- |
37-
dsi@ff450000 {
37+
dsi {
3838
#address-cells = <1>;
3939
#size-cells = <0>;
4040
panel@0 {

0 commit comments

Comments
 (0)