Skip to content

Commit 3f231cc

Browse files
committed
Merge tag 'sunxi-fixes-for-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
- Fix SPI NOR compatible on Orange Pi Zero * tag 'sunxi-fixes-for-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero Link: https://lore.kernel.org/r/Ysh44qUmdmF6TWS6@kista.localdomain Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 5b79259 + 884b669 commit 3f231cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
flash@0 {
170170
#address-cells = <1>;
171171
#size-cells = <1>;
172-
compatible = "mxicy,mx25l1606e", "winbond,w25q128";
172+
compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
173173
reg = <0>;
174174
spi-max-frequency = <40000000>;
175175
};

0 commit comments

Comments
 (0)