commit | e2f917b9ea01066819316451d8e086abb3ad7a0a | [log] [tgz] |
---|---|---|
author | Vignesh R <vigneshr@ti.com> | Thu Oct 13 15:53:17 2016 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Dec 15 16:38:30 2016 +0100 |
tree | dfdfcd576971dbb2621a05f41ef5212e068c18f5 | |
parent | b952a98eaddb590463357e56dba5c78dc6979c32 [diff] |
ARM: dts: am437x-idk: Fix QSPI compatible string Unlike Linux kernel, U-Boot depends on "spi-flash" compatible to probe m25p80 spi-nor devices. Hence, add "spi-flash" compatible string to m25p80 node. Without this patch, flash device DT data is not parsed and QSPI operates in unsupported mode leading to data corruption. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Jagan Teki <jagan@openedev.com>