]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mba8mx: remove undocumented 'data-lanes' at panel
authorFrank Li <Frank.Li@nxp.com>
Tue, 22 Oct 2024 20:23:41 +0000 (16:23 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Nov 2024 08:46:32 +0000 (16:46 +0800)
'data-lanes' is port0 of lvds bridge. Needn't set it for simple panel. Fix
below CHECK_DTBS warning:

arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx-lvds-tm070jvhg33.dtb:
   panel-lvds: port:endpoint: Unevaluated properties are not allowed ('data-lanes' was unexpected)
       from schema $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/mba8mx.dtsi

index c60c7a9e54aff9c8f61784f092cba2f3635c174d..3d26b6981c06f328df87c317bf89c48ab02188d6 100644 (file)
 
                port {
                        panel_in_lvds: endpoint {
-                               data-lanes = <1 2 3 4>;
                                remote-endpoint = <&lvds_bridge_out>;
                        };
                };