On Tue, Jan 14, 2025 at 09:34:49AM +0100, Krzysztof Kozlowski wrote: > On Fri, Jan 10, 2025 at 11:17:32AM -0500, Frank Li wrote: > > This controller support scalable data lanes from 1 to 4. Add the > > 'data-lanes' property to configure the number of MIPI display panel lanes > > selected for boards. > > > > Change $ref of port@1 from 'port' to 'port-base' and add 'endpoint' > > property referencing video-interfaces.yaml. Allow 'data-lanes' values > > 1, 2, 3, and 4 for port@1. > > > > Fix below CHECK_DTB warnings: > > arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx-lvds-tm070jvhg33.dtb: > > dsi@30a00000: ports:port@1:endpoint: Unevaluated properties are not allowed ('data-lanes' was unexpected) > > > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- > > Change from v1 to v2 > > - Add the reason why need 'data-lanes' property in commit message. > > --- > > .../bindings/display/bridge/nwl-dsi.yaml | 18 +++++++++++++++++- > > 1 file changed, 17 insertions(+), 1 deletion(-) > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> All: Anyone take care this patch? Krysztof already acked. Frank > > Best regards, > Krzysztof >