Skip to content

Commit 884b669

Browse files
hramrachjernejsk
authored andcommitted
ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero
The device tree should include generic "jedec,spi-nor" compatible, and a manufacturer-specific one. The macronix part is what is shipped on the boards that come with a flash chip. Fixes: 45857ae ("ARM: dts: orange-pi-zero: add node for SPI NOR") Signed-off-by: Michal Suchanek <msuchanek@suse.de> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20220708174529.3360-1-msuchanek@suse.de
1 parent 79471f2 commit 884b669

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)