ARM: dts: k2e: Enable Davinci SPI controller
authorVignesh R <vigneshr@ti.com>
Wed, 6 Jul 2016 04:29:01 +0000 (09:59 +0530)
committerJagan Teki <jteki@openedev.com>
Sat, 9 Jul 2016 14:46:31 +0000 (20:16 +0530)
Now that davinci_spi driver has been converted to DM framework, enable
the same in DT. Also add "spi-flash" as compatible property to
n25q128a11 node as it is required for flash device to be probed in
U-Boot.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
arch/arm/dts/k2e-evm.dts

index 50c83c21d9118baa9b4f0ec2a2e30c20f8d64981..e2c3fb49102adfcbcabe71fc357975379b24b150 100644 (file)
 };
 
 &spi0 {
+       status = "okay";
        nor_flash: n25q128a11@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "Micron,n25q128a11";
+               compatible = "Micron,n25q128a11", "spi-flash";
                spi-max-frequency = <54000000>;
                m25p,fast-read;
                reg = <0>;