]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
dt-bindings: display/panel: Add missing unit names
authorGuido Günther <agx@sigxcpu.org>
Mon, 25 Mar 2019 16:08:10 +0000 (17:08 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 3 Apr 2019 16:44:40 +0000 (18:44 +0200)
Some examples were missing the unit names triggering

 Warning (unit_address_vs_reg): .../panel: node has a reg or ranges property, but no unit name

warnings when used verbatim in DTs and running dtc with W=1.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/901e836ea06889a9d91a799102b2a6b836d93dcd.1553529797.git.agx@sigxcpu.org
Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
Documentation/devicetree/bindings/display/panel/innolux,p097pfg.txt
Documentation/devicetree/bindings/display/panel/kingdisplay,kd097d04.txt

index d0f55161579a55f6c83146929fb46b7ad40f7d96..3ab8c7412cf65b8e41fd3921ace3a1b66300f781 100644 (file)
@@ -12,7 +12,7 @@ Optional properties:
 Example:
 
        &mipi_dsi {
-               panel {
+               panel@0 {
                        compatible = "innolux,p079zca";
                        reg = <0>;
                        power-supply = <...>;
index 595d9dfeffd3ff97d3e03658cab1351701bccbd0..d1cab3a8f0fb1ae6620ad54133453d3e0c83be05 100644 (file)
@@ -13,7 +13,7 @@ Optional properties:
 Example:
 
        &mipi_dsi {
-               panel {
+               panel@0 {
                        compatible = "innolux,p079zca";
                        reg = <0>;
                        avdd-supply = <...>;
index 164a5fa236daf7ad23bdeba391a8a241e83f8d0c..cfefff6886147fa335f7101c67c0b2e39194ee70 100644 (file)
@@ -12,7 +12,7 @@ Optional properties:
 Example:
 
        &mipi_dsi {
-               panel {
+               panel@0 {
                        compatible = "kingdisplay,kd097d04";
                        reg = <0>;
                        power-supply = <...>;