Commit 96368e6e389e6be64b9f4dfa654d5fdcf2d32653

Authored by Vignesh R
Committed by Jagan Teki
1 parent e5fcf0372b

ARM: dts: k2hk: Enable Davinci SPI controller

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

arch/arm/dts/k2hk-evm.dts
... ... @@ -147,10 +147,11 @@
147 147 };
148 148  
149 149 &spi0 {
  150 + status = "okay";
150 151 nor_flash: n25q128a11@0 {
151 152 #address-cells = <1>;
152 153 #size-cells = <1>;
153   - compatible = "Micron,n25q128a11";
  154 + compatible = "Micron,n25q128a11", "spi-flash";
154 155 spi-max-frequency = <54000000>;
155 156 m25p,fast-read;
156 157 reg = <0>;