diff options
author | Robert Nelson <robertcnelson@gmail.com> | 2018-04-17 12:14:04 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-01 08:28:35 -0700 |
commit | 047905376a16dd7235fced6ecf4020046f9665e9 (patch) | |
tree | b5b9b430fcc6e6446f4f28057962c070a7c6483d /arch/arm/boot/dts/Makefile | |
parent | b74c2b21e1551018af53ee6c1efc051dfce2d788 (diff) | |
download | lwn-047905376a16dd7235fced6ecf4020046f9665e9.tar.gz lwn-047905376a16dd7235fced6ecf4020046f9665e9.zip |
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>
CC: Tony Lindgren <tony@atomide.com>
CC: Jason Kridner <jkridner@beagleboard.org>
CC: Drew Fustini <drew@beagleboard.org>
CC: Peter Robinson <pbrobinson@redhat.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 7e2424957809..5a09ff15743b 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -688,6 +688,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-pdu001.dtb \ am335x-pepper.dtb \ am335x-phycore-rdk.dtb \ + am335x-pocketbeagle.dtb \ am335x-shc.dtb \ am335x-sbc-t335.dtb \ am335x-sl50.dtb \ |