48 lines
1.6 KiB
Diff
48 lines
1.6 KiB
Diff
|
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
|
||
|
|