From: Vignesh R Date: Wed, 6 Jul 2016 04:29:01 +0000 (+0530) Subject: ARM: dts: k2e: Enable Davinci SPI controller X-Git-Tag: v2016.09-rc1~142^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2655f1625a97742e1de7db947811115e112d8fb5;p=platform%2Fkernel%2Fu-boot.git ARM: dts: k2e: 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 Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- diff --git a/arch/arm/dts/k2e-evm.dts b/arch/arm/dts/k2e-evm.dts index 50c83c2..e2c3fb4 100644 --- a/arch/arm/dts/k2e-evm.dts +++ b/arch/arm/dts/k2e-evm.dts @@ -119,10 +119,11 @@ }; &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>;