]> Git Repo - linux.git/commitdiff
ARM: dts: da850-evm: Use generic jedec, spi-nor for flash
authorAdam Ford <[email protected]>
Tue, 23 Jul 2019 12:10:42 +0000 (07:10 -0500)
committerSekhar Nori <[email protected]>
Mon, 26 Aug 2019 12:20:30 +0000 (17:50 +0530)
Logic PD re-spun the L138 and AM1808 SOM's with larger flash.
The m25p80 driver has a generic 'jedec,spi-nor' compatible option
which is requests to use whenever possible since it will read the
JEDEC READ ID opcode.

Signed-off-by: Adam Ford <[email protected]>
Signed-off-by: Sekhar Nori <[email protected]>
arch/arm/boot/dts/da850-evm.dts

index 5b2b1ed04d510cf52a952cdfc2c43d580d4f0d83..f2e7609e5346afc6145379b9adcb2d4080f35157 100644 (file)
        flash: m25p80@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "m25p64";
+               compatible = "jedec,spi-nor";
                spi-max-frequency = <30000000>;
                m25p,fast-read;
                reg = <0>;
This page took 0.055343 seconds and 4 git commands to generate.