summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2016-10-24 10:36:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-28 08:52:48 +0200
commit91a55bc00fe209226f8536aa7277aa313857d27c (patch)
tree14c9871b7508a864390c18b5e5db65d4064bc4e0 /arch/arm/dts
parentb4746e29adeb859cc104beac50715d56fb731b13 (diff)
downloadbarebox-91a55bc00fe209226f8536aa7277aa313857d27c.tar.gz
barebox-91a55bc00fe209226f8536aa7277aa313857d27c.tar.xz
ARM: dts: am33xx.dtsi: Add spi aliases
We need to add the spi aliases to set the bus number correct in the driver. Delete the spi1 alias again in the am33xx-strip.dtsi for MLO as the node is deleted there also. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/am33xx-strip.dtsi1
-rw-r--r--arch/arm/dts/am33xx.dtsi2
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/am33xx-strip.dtsi b/arch/arm/dts/am33xx-strip.dtsi
index 2943fd1cc3..83d23a88e8 100644
--- a/arch/arm/dts/am33xx-strip.dtsi
+++ b/arch/arm/dts/am33xx-strip.dtsi
@@ -14,6 +14,7 @@
/delete-property/ mmc2;
/delete-property/ d_can0;
/delete-property/ d_can1;
+ /delete-property/ spi1;
};
};
diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/am33xx.dtsi
index 7ba0a0b3d5..f1ee7b3c57 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;
};
};