Add support for BeaglePlay - rev 2 Boot log: https://gist.github.com/nmenon/bee1ab7cbfd188574cfb843e336fbe40
Full series(including dependencies) can be found at: https://github.com/nmenon/fix-k3-dt-u-boot/commits/beagleplay-v2.2 Depends on: a) https://lore.kernel.org/all/[email protected]/ (with it's dependencies) b) https://lore.kernel.org/all/[email protected]/ (for the documentation patch) c) The last patch in the series (labelled TMP), depends on the RFC and debated upon patch (to introduce config fragments) https://lore.kernel.org/all/[email protected]/ Caveats: * I have kept networking out of picture for now as it is still evolving. Changes since V1: * I moved the documentation patches over to the documentation improvement series * Fixes the documentation comments provided and reworked wording a bit * Dropped the controversial voltage and 32k settings patch for now while we figure out how to get it in properly * Added config fragments as an add-on patch - I'd rather see us migrate there at some near term point. V1: https://lore.kernel.org/all/[email protected]/ Nishanth Menon (4): arm: dts: k3-am625-sk-binman: Add labels for unsigned binary configs: Add am62x_beagleplay_* defconfigs doc: board: ti: Add BeaglePlay documentation TMP: board: ti: am62x: Switch over to config fragments Robert Nelson (1): arm: dts: Add k3-am625-beagleplay arch/arm/dts/Makefile | 4 +- .../dts/k3-am625-beagleplay-ddr4-1600MTs.dtsi | 2195 +++++++++++++++++ arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 172 ++ arch/arm/dts/k3-am625-beagleplay.dts | 758 ++++++ arch/arm/dts/k3-am625-r5-beagleplay.dts | 87 + arch/arm/dts/k3-am625-sk-binman.dtsi | 4 +- board/ti/am62x/beagleplay_a53.config | 20 + board/ti/am62x/beagleplay_r5.config | 11 + doc/board/ti/am62x_beagleplay.rst | 120 + doc/board/ti/k3.rst | 1 + 10 files changed, 3369 insertions(+), 3 deletions(-) create mode 100644 arch/arm/dts/k3-am625-beagleplay-ddr4-1600MTs.dtsi create mode 100644 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi create mode 100644 arch/arm/dts/k3-am625-beagleplay.dts create mode 100644 arch/arm/dts/k3-am625-r5-beagleplay.dts create mode 100644 board/ti/am62x/beagleplay_a53.config create mode 100644 board/ti/am62x/beagleplay_r5.config create mode 100644 doc/board/ti/am62x_beagleplay.rst -- 2.40.0

