diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-23 20:39:42 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-01-13 18:47:27 +0530 |
commit | 4416ddba5bd3de4a30ebc226d837eca167793bff (patch) | |
tree | 979848298e9caff706278edac42937eaa82b1c8e | |
parent | 830aba2cac3b8cdccae148e3640f8b160fccb345 (diff) | |
download | u-boot-4416ddba5bd3de4a30ebc226d837eca167793bff.tar.gz u-boot-4416ddba5bd3de4a30ebc226d837eca167793bff.tar.xz u-boot-4416ddba5bd3de4a30ebc226d837eca167793bff.zip |
arm: dts: am437x-gp-evm: add spi-flash comaptible for flash
In U-Boot most flashes uses "spi-flash" as compatible to bind the
device to flash driver, so adding "spi-flash" compatible to
m25p80 node.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
-rw-r--r-- | arch/arm/dts/am437x-sk-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am437x-sk-evm.dts b/arch/arm/dts/am437x-sk-evm.dts index 3f9d808091..89feaf3eb7 100644 --- a/arch/arm/dts/am437x-sk-evm.dts +++ b/arch/arm/dts/am437x-sk-evm.dts @@ -567,7 +567,7 @@ spi-max-frequency = <48000000>; m25p80@0 { - compatible = "mx66l51235l"; + compatible = "mx66l51235l","spi-flash"; spi-max-frequency = <48000000>; reg = <0>; spi-cpol; |