All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Finish support for enabling BeagleBoard.org PocketBeagle.
@ 2019-04-29 23:12 Vagrant Cascadian
  2019-04-29 23:12 ` [U-Boot] [PATCH 1/2] ti: Add device-tree for am335x-pocketbeagle Vagrant Cascadian
  2019-04-29 23:12 ` [U-Boot] [PATCH 2/2] ti: Add am335x-pocketbeagle to am335x_evm_defconfig Vagrant Cascadian
  0 siblings, 2 replies; 10+ messages in thread
From: Vagrant Cascadian @ 2019-04-29 23:12 UTC (permalink / raw)
  To: u-boot


Partial support for PocketBeagle was added in:

  commit:eff0c977b3b9466657362869e04da231a892e31e
  "Add support for BeagleBoard.org PocketBeagle"

This series:
- Adds necessary device-tree files from linux 5.1-rc7
- Enables am335x-pocketbeagle in am335x_evm_defconfig.


Vagrant Cascadian (2):
  ti: Add device-tree for am335x-pocketbeagle.
  ti: Add am335x-pocketbeagle to am335x_evm_defconfig.

 arch/arm/dts/Makefile                   |   1 +
 arch/arm/dts/am335x-osd335x-common.dtsi | 124 +++++++++++++
 arch/arm/dts/am335x-pocketbeagle.dts    | 237 ++++++++++++++++++++++++
 configs/am335x_evm_defconfig            |   2 +-
 4 files changed, 363 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/am335x-osd335x-common.dtsi
 create mode 100644 arch/arm/dts/am335x-pocketbeagle.dts

-- 
2.20.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-05-03 18:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29 23:12 [U-Boot] [PATCH 0/2] Finish support for enabling BeagleBoard.org PocketBeagle Vagrant Cascadian
2019-04-29 23:12 ` [U-Boot] [PATCH 1/2] ti: Add device-tree for am335x-pocketbeagle Vagrant Cascadian
2019-04-30 15:16   ` Tom Rini
2019-05-03 18:21   ` Tom Rini
2019-04-29 23:12 ` [U-Boot] [PATCH 2/2] ti: Add am335x-pocketbeagle to am335x_evm_defconfig Vagrant Cascadian
2019-04-30 15:16   ` Tom Rini
2019-04-30 17:02     ` Vagrant Cascadian
2019-04-30 17:24       ` Tom Rini
2019-05-01 11:40   ` Tom Rini
2019-05-03 18:21   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.