ARM: dts: am335x-phycore-som: Update compatible string for spi nor
authorTeresa Remmet <t.remmet@phytec.de>
Thu, 5 Jan 2017 14:50:47 +0000 (15:50 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 5 Jan 2017 17:14:36 +0000 (09:14 -0800)
As we may have different SPI NOR flashes with 8MB populated on
phyCORE-AM335x SOM, set the "jedec,spi-nor" SPI Flash compatible string.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-phycore-som.dtsi

index 75e24ad..b72dfaa 100644 (file)
        status = "okay";
 
        serial_flash: m25p80@0 {
-               compatible = "m25p80";
+               compatible = "jedec,spi-nor";
                spi-max-frequency = <48000000>;
                reg = <0x0>;
                m25p,fast-read;