Skip to content

Commit 12da2e6

Browse files
nxpfrankliPratyush Yadav
authored andcommitted
dt-bindings: mtd: jedec,spi-nor: Add atmel,at26* compatible string
Add atmel,at26* compatible string to fix below CHECK_DTB warning: arch/arm/boot/dts/nxp/vf/vf610-twr.dtb: /soc/bus@40000000/spi@4002c000/at26df081a@0: failed to match any schema with compatible: ['atmel,at26df081a'] Signed-off-by: Frank Li <[email protected]> Acked-by: Conor Dooley <[email protected]> Acked-by: Pratyush Yadav <[email protected]> Signed-off-by: Pratyush Yadav <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a45ab83 commit 12da2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ properties:
2020
- pattern: "^((((micron|spansion|st),)?\
2121
(m25p(40|80|16|32|64|128)|\
2222
n25q(32b|064|128a11|128a13|256a|512a|164k)))|\
23-
atmel,at25df(321a|641|081a)|\
23+
atmel,at(25|26)df(321a|641|081a)|\
2424
everspin,mr25h(10|40|128|256)|\
2525
(mxicy|macronix),mx25l(4005a|1606e|6405d|8005|12805d|25635e)|\
2626
(mxicy|macronix),mx25u(4033|4035)|\

0 commit comments

Comments
 (0)