arm64: dts: imx8-ss-img: remove undocument slot for jpeg
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>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user