[PATCH 2/2] ARM: dts: am33xx.dtsi: Add spi aliases
Teresa Remmet
t.remmet at phytec.de
Fri Oct 21 02:45:41 PDT 2016
We need to add the spi aliases to set the bus number correct in
the driver.
Signed-off-by: Teresa Remmet <t.remmet at phytec.de>
---
arch/arm/dts/am33xx.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/am33xx.dtsi
index 7ba0a0b..f1ee7b3 100644
--- a/arch/arm/dts/am33xx.dtsi
+++ b/arch/arm/dts/am33xx.dtsi
@@ -18,5 +18,7 @@
mmc0 = &mmc1;
mmc1 = &mmc2;
mmc2 = &mmc3;
+ spi0 = &spi0;
+ spi1 = &spi1;
};
};
--
1.9.1
More information about the barebox
mailing list