diff options
| author | Mugunthan V N <[email protected]> | 2015-12-23 20:39:39 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2016-01-13 18:47:27 +0530 |
| commit | 6145ef74f9a7ad96b5f58d579d1486bb6d8640fe (patch) | |
| tree | c5443b1f39a09eaec8ea28b93c344bba04a52e13 | |
| 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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
| -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 feb3708dc62..c69c651532d 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 { |
