arm64: dts: imx8-ss-img: remove undocument slot for jpeg
authorFrank Li <Frank.Li@nxp.com>
Mon, 19 Aug 2024 17:01:10 +0000 (13:01 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:21 +0000 (17:36 +0800)
Remove undocument 'slot' property. It is default 0 at driver. We can remove
it safely.

Fix below warning:
arch/arm64/boot/dts/freescale/imx8dx-colibri-iris.dtb: jpegdec@58400000:
'slot' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi

index 77d2928997b4be51a08ab2f0919dd707c21a5274..d39242c1b9f7955889d19869dcbe49c1e9b026ec 100644 (file)
@@ -26,7 +26,6 @@ img_subsys: bus@58000000 {
                assigned-clock-rates = <200000000>, <200000000>;
                power-domains = <&pd IMX_SC_R_MJPEG_DEC_MP>,
                                <&pd IMX_SC_R_MJPEG_DEC_S0>;
-               slot = <0>;
        };
 
        jpegenc: jpegenc@58450000 {
@@ -39,7 +38,6 @@ img_subsys: bus@58000000 {
                assigned-clock-rates = <200000000>, <200000000>;
                power-domains = <&pd IMX_SC_R_MJPEG_ENC_MP>,
                                <&pd IMX_SC_R_MJPEG_ENC_S0>;
-               slot = <0>;
        };
 
        img_jpeg_dec_lpcg: clock-controller@585d0000 {