[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240814191656.4035551-1-Frank.Li@nxp.com>
Date: Wed, 14 Aug 2024 15:16:56 -0400
From: Frank Li <Frank.Li@....com>
To: Neil Armstrong <neil.armstrong@...aro.org>,
Jessica Zhang <quic_jesszhan@...cinc.com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Liu Ying <victor.liu@....com>,
Thierry Reding <thierry.reding@...il.com>,
Sam Ravnborg <sam@...nborg.org>,
dri-devel@...ts.freedesktop.org (open list:DRM PANEL DRIVERS),
devicetree@...r.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS),
linux-kernel@...r.kernel.org (open list)
Cc: imx@...ts.linux.dev
Subject: [PATCH v3 1/1] dt-bindings: display: panel-simple-lvds-dual-ports: add panel-timing: true
Add property panel-timing: true to allow use 'panel-timing', which defined
in panel-common.yaml.
Fix below warning:
arch/arm64/boot/dts/freescale/imx8mp-evk-mx8-dlvds-lcd1.dtb: panel-lvds: 'panel-timing' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/display/panel/panel-simple-lvds-dual-ports.yaml#
Suggested-by: Liu Ying <victor.liu@....com>
Signed-off-by: Frank Li <Frank.Li@....com>
---
Change from v2 to v3
- move it after enable-gpios: true' to sort the referenced properties
alphabetically
Change from v1 to v2
- add panel-timing instead of change to unevaluatedProperties
---
.../bindings/display/panel/panel-simple-lvds-dual-ports.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple-lvds-dual-ports.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple-lvds-dual-ports.yaml
index e78160d1aa24c..bf6a2e5bb9d2e 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple-lvds-dual-ports.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple-lvds-dual-ports.yaml
@@ -86,6 +86,7 @@ properties:
backlight: true
enable-gpios: true
+ panel-timing: true
power-supply: true
additionalProperties: false
--
2.34.1
Powered by blists - more mailing lists