summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2016-07-06 04:29:03 (GMT)
committerJagan Teki <jteki@openedev.com>2016-07-09 14:46:32 (GMT)
commit188179481d4ce286fd7f4f59777272e4c65b789b (patch)
tree173c5ee97c09d4e50ef863f08aeb8e0ab314c17b
parentcf4f0a9afc2ca1e6a8abb6dd777dd0e5a02cbd94 (diff)
downloadu-boot-fsl-qoriq-188179481d4ce286fd7f4f59777272e4c65b789b.tar.xz
ARM: dts: k2l: 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>
-rw-r--r--arch/arm/dts/k2l-evm.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/k2l-evm.dts b/arch/arm/dts/k2l-evm.dts
index 9a69a6b..da0661b 100644
--- a/arch/arm/dts/k2l-evm.dts
+++ b/arch/arm/dts/k2l-evm.dts
@@ -96,10 +96,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>;