]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6ull-phytec-tauri: remove extra space before jedec,spi-nor
authorFrank Li <Frank.Li@nxp.com>
Thu, 16 Oct 2025 16:00:14 +0000 (12:00 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:42:54 +0000 (14:42 +0800)
Remove extra space in " jedec,spi-nor" to fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-emmc.dtb: /soc/bus@2000000/spba-bus@2000000/spi@2008000/flash@2: failed to match any schema with compatible: [' jedec,spi-nor']

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri.dtsi

index 7ee25b14162760effd4a402470f814f021a607da..6fd68970c0b4568fe609f544e9b7f3fb2ed1cab3 100644 (file)
        s25fl064: flash@2 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = " jedec,spi-nor";
+               compatible = "jedec,spi-nor";
                reg = <2>;
                spi-max-frequency = <40000000>;
                m25p,fast-read;