diff mbox

[U-Boot,03/11] ARM: dts: keystone2: add SPI aliases for davinci SPI nodes

Message ID 1460460807-4461-4-git-send-email-vigneshr@ti.com
State Accepted
Commit e5fcf0372b4b59cc2b83da683177c5904edc4e93
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Raghavendra, Vignesh April 12, 2016, 11:33 a.m. UTC
Add aliases for SPI nodes in order for it to be probed by the DM
framework.

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 arch/arm/dts/keystone.dtsi | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini April 12, 2016, 5:24 p.m. UTC | #1
On Tue, Apr 12, 2016 at 05:03:19PM +0530, Vignesh R wrote:

> Add aliases for SPI nodes in order for it to be probed by the DM
> framework.
> 
> Signed-off-by: Vignesh R <vigneshr@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

... but this is going up to the kernel too, yes?
Raghavendra, Vignesh April 13, 2016, 11 a.m. UTC | #2
On 04/12/2016 10:54 PM, Tom Rini wrote:
> On Tue, Apr 12, 2016 at 05:03:19PM +0530, Vignesh R wrote:
> 
>> Add aliases for SPI nodes in order for it to be probed by the DM
>> framework.
>>
>> Signed-off-by: Vignesh R <vigneshr@ti.com>
> 
> Reviewed-by: Tom Rini <trini@konsulko.com>
> 
> ... but this is going up to the kernel too, yes?
> 

Patch posted: https://patchwork.kernel.org/patch/8820581/
diff mbox

Patch

diff --git a/arch/arm/dts/keystone.dtsi b/arch/arm/dts/keystone.dtsi
index f39b969f8d43..be97f3f21f92 100644
--- a/arch/arm/dts/keystone.dtsi
+++ b/arch/arm/dts/keystone.dtsi
@@ -19,6 +19,9 @@ 
 
 	aliases {
 		serial0	= &uart0;
+		spi0 = &spi0;
+		spi1 = &spi1;
+		spi2 = &spi2;
 	};
 
 	chosen {