Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display/panel: Add missing unit names

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

authored by

Guido Günther and committed by
Thierry Reding
8c089d64 69dc678a

+3 -3
+1 -1
Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
··· 12 12 Example: 13 13 14 14 &mipi_dsi { 15 - panel { 15 + panel@0 { 16 16 compatible = "innolux,p079zca"; 17 17 reg = <0>; 18 18 power-supply = <...>;
+1 -1
Documentation/devicetree/bindings/display/panel/innolux,p097pfg.txt
··· 13 13 Example: 14 14 15 15 &mipi_dsi { 16 - panel { 16 + panel@0 { 17 17 compatible = "innolux,p079zca"; 18 18 reg = <0>; 19 19 avdd-supply = <...>;
+1 -1
Documentation/devicetree/bindings/display/panel/kingdisplay,kd097d04.txt
··· 12 12 Example: 13 13 14 14 &mipi_dsi { 15 - panel { 15 + panel@0 { 16 16 compatible = "kingdisplay,kd097d04"; 17 17 reg = <0>; 18 18 power-supply = <...>;