]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6: rename m95m02 to eeprom
authorFrank Li <Frank.Li@nxp.com>
Thu, 16 Oct 2025 16:00:07 +0000 (12:00 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:42:54 +0000 (14:42 +0800)
rename m95m02 to eeprom to fix below CHECK_DTBS warnings:

arch/arm/boot/dts/nxp/imx/imx6q-evi.dtb: m95m02@1 (st,m95m02): $nodename: 'anyOf' conditional failed, one must be fixed:
        'm95m02@1' does not match '^eeprom@[0-9a-f]{1,2}$'
        'm95m02@1' does not match '^fram@[0-9a-f]{1,2}$'

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

index 5da9631cb3ec5406a5e88bd24d2e9529879b6aa1..0a1baad024c6b5b0477d5dac51dd981e671cd631 100644 (file)
        pinctrl-0 = <&pinctrl_ecspi5 &pinctrl_ecspi5cs>;
        status = "okay";
 
-       eeprom: m95m02@1 {
+       eeprom: eeprom@1 {
                compatible = "st,m95m02", "atmel,at25";
                size = <262144>;
                pagesize = <256>;