summaryrefslogtreecommitdiffstats
path: root/arm-dts-Add-am335x-pocketbeagle.patch
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2018-04-19 17:10:57 +0100
committerPeter Robinson <pbrobinson@gmail.com>2018-04-19 17:10:57 +0100
commit8d319f1cc82ea096bd37daaab847e0ec63f9ed56 (patch)
treec3d41cc2a4079390633455dc920a79ffa199479a /arm-dts-Add-am335x-pocketbeagle.patch
parent4f7721a7a3f6f39d1befc1b2b1aae00edcaf117d (diff)
downloadkernel-8d319f1cc82ea096bd37daaab847e0ec63f9ed56.tar.gz
kernel-8d319f1cc82ea096bd37daaab847e0ec63f9ed56.tar.xz
kernel-8d319f1cc82ea096bd37daaab847e0ec63f9ed56.zip
Add support for Pocket Beagle
Diffstat (limited to 'arm-dts-Add-am335x-pocketbeagle.patch')
-rw-r--r--arm-dts-Add-am335x-pocketbeagle.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/arm-dts-Add-am335x-pocketbeagle.patch b/arm-dts-Add-am335x-pocketbeagle.patch
new file mode 100644
index 000000000..8ef8a6aae
--- /dev/null
+++ b/arm-dts-Add-am335x-pocketbeagle.patch
@@ -0,0 +1,47 @@
+From e5cc3a49292980a8e0eb464ca6d0d6cbff243e35 Mon Sep 17 00:00:00 2001
+From: Peter Robinson <pbrobinson@gmail.com>
+Date: Thu, 19 Apr 2018 17:06:28 +0100
+Subject: [PATCH] ARM: dts: Add am335x-pocketbeagle
+
+PocketBeagle is an ultra-tiny-yet-complete open-source USB-key-fob computer.
+
+This board family can be indentified by the A335PBGL in the at24 eeprom:
+A2: [aa 55 33 ee 41 33 33 35 50 42 47 4c 30 30 41 32 |.U3.A335PBGL00A2|]
+
+http://beagleboard.org/pocket
+https://github.com/beagleboard/pocketbeagle
+
+Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
+Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
+CC: Tony Lindgren <tony@atomide.com>
+CC: Jason Kridner <jkridner@beagleboard.org>
+CC: Drew Fustini <drew@beagleboard.org>
+CC: Peter Robinson <pbrobinson@redhat.com>
+---
+Changes in v3:
+- Fix: Board eeprom in subject message. (accidently copied PocketBone)
+Changes in v2:
+- Use SPDX tags.
+- Use eeprom@50, remove repeated node and fix and remove '_' to fix node_name_chars_strict Warning
+- Fix: PocketBeagle Name in Subject (not PocketBeagle Blue)
+- Fix: leds remove '_' to fix node_name_chars_strict warning
+- Fix: node_name_chars_strict pinmux_*_pins label's.
+---
+ arch/arm/boot/dts/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
+index ade7a38543dc..a632bbef01f5 100644
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -675,6 +675,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \
+ am335x-nano.dtb \
+ am335x-pepper.dtb \
+ am335x-phycore-rdk.dtb \
++ am335x-pocketbeagle.dtb \
+ am335x-shc.dtb \
+ am335x-sbc-t335.dtb \
+ am335x-sl50.dtb \
+--
+2.17.0
+