On 08/15/2024, Frank Li wrote: > 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@xxxxxxx> > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > 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 Reviewed-by: Liu Ying <victor.liu@xxxxxxx> Thanks.