summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun7i-a20-bananapro.dts
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-02 15:53:40 +0200
committerHans de Goede <hdegoede@redhat.com>2015-06-04 14:12:03 +0200
commit8b1ba9415149d238f09614066de4c230cf0f5501 (patch)
treeb492e49fba811b39fab704651174564a36058ec8 /arch/arm/dts/sun7i-a20-bananapro.dts
parenta52783e11d3b4ce9bb0b8a4bfc7cfab11d3638a1 (diff)
downloadu-boot-imx-8b1ba9415149d238f09614066de4c230cf0f5501.zip
u-boot-imx-8b1ba9415149d238f09614066de4c230cf0f5501.tar.gz
u-boot-imx-8b1ba9415149d238f09614066de4c230cf0f5501.tar.bz2
sunxi: Sync dts files with the linux kernel
Copy over all the latest dts changes from mripard/sunxi/dt-for-4.2 , this gives us a proper dtsi file for the A33 rather then abusing sun8i-a23.dtsi for this. And this replaces our minimal (dummy) sun7i-a20-mk808c and sun8i-a33-astar-mid756 dts files with proper ones. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/dts/sun7i-a20-bananapro.dts')
-rw-r--r--arch/arm/dts/sun7i-a20-bananapro.dts17
1 files changed, 7 insertions, 10 deletions
diff --git a/arch/arm/dts/sun7i-a20-bananapro.dts b/arch/arm/dts/sun7i-a20-bananapro.dts
index 9d9027f..18fcc87 100644
--- a/arch/arm/dts/sun7i-a20-bananapro.dts
+++ b/arch/arm/dts/sun7i-a20-bananapro.dts
@@ -16,11 +16,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this file; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
- *
* Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
@@ -57,7 +52,7 @@
aliases {
serial0 = &uart0;
- serial1 = &uart2;
+ serial1 = &uart4;
serial2 = &uart7;
};
@@ -154,7 +149,7 @@
&ir0 {
pinctrl-names = "default";
- pinctrl-0 = <&ir0_pins_a>;
+ pinctrl-0 = <&ir0_rx_pins_a>;
status = "okay";
};
@@ -243,7 +238,9 @@
&spi0 {
pinctrl-names = "default";
- pinctrl-0 = <&spi0_pins_a>;
+ pinctrl-0 = <&spi0_pins_a>,
+ <&spi0_cs0_pins_a>,
+ <&spi0_cs1_pins_a>;
status = "okay";
};
@@ -253,9 +250,9 @@
status = "okay";
};
-&uart2 {
+&uart4 {
pinctrl-names = "default";
- pinctrl-0 = <&uart2_pins_a>;
+ pinctrl-0 = <&uart4_pins_b>;
status = "okay";
};