diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-23 20:39:39 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-01-13 18:47:27 +0530 |
commit | 6145ef74f9a7ad96b5f58d579d1486bb6d8640fe (patch) | |
tree | c5443b1f39a09eaec8ea28b93c344bba04a52e13 /arch/arm/dts | |
parent | e7af6725d36db21ae1c2df737fae11c60931678d (diff) |
dts: dra7: add spi alias for qspi
add spi alias for qspi so that spi probes the device and driver
successfully.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/dra7.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi index feb3708dc6..c69c651532 100644 --- a/arch/arm/dts/dra7.dtsi +++ b/arch/arm/dts/dra7.dtsi @@ -41,6 +41,7 @@ ethernet1 = &cpsw_emac1; d_can0 = &dcan1; d_can1 = &dcan2; + spi0 = &qspi; }; timer { |