Commit 8c089d64 authored by Guido Günther's avatar Guido Günther Committed by Thierry Reding
Browse files

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: default avatarGuido Günther <agx@sigxcpu.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/901e836ea06889a9d91a799102b2a6b836d93dcd.1553529797.git.agx@sigxcpu.org
parent 69dc678a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Optional properties:
Example:

	&mipi_dsi {
		panel {
		panel@0 {
			compatible = "innolux,p079zca";
			reg = <0>;
			power-supply = <...>;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Optional properties:
Example:

	&mipi_dsi {
		panel {
		panel@0 {
			compatible = "innolux,p079zca";
			reg = <0>;
			avdd-supply = <...>;
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Optional properties:
Example:

	&mipi_dsi {
		panel {
		panel@0 {
			compatible = "kingdisplay,kd097d04";
			reg = <0>;
			power-supply = <...>;