All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] arm64: meson-sm1: add support for Banana PI BPI-M5
@ 2021-05-14 14:32 ` Neil Armstrong
  0 siblings, 0 replies; 18+ messages in thread
From: Neil Armstrong @ 2021-05-14 14:32 UTC (permalink / raw)
  To: khilman, jbrunet, martin.blumenstingl
  Cc: linux-amlogic, linux-arm-kernel, linux-kernel, Neil Armstrong

Banana Pi BPI-M5 is a credit card format SBC with the following features:
- Amlogic S905X3 quad core Cortex-A55
- Mali-G31 GPU
- 4GB LPDDR4
- 16GB eMMC flash
- 4 USB 3.0
- 1 GbE ethernet
- HDMI output
- 2x LEDS
- SDCard
- 2.5mm Jack with Stereo Audio + CVBS
- Infrared Received
- ADC Button
- GPIO Button
- 40 pins header + 3pins debug header

This also adds the missing toacodec node to enable internal audio codec.

Changes since v2 at [2]:
- small nit fix in DT comment

Changes since v1 at [1]:
- fixed bad compatible for sm1 toacodec node
- removed tab in bindings (but kept martin's review tag)
- renamed adc key node
- renamed flash_1v8 regulator to match schematics
- fixed vddcpu regulator voltages
- fixed ethmac rgmii-txid and checked it still worked
- added missing GPIO lines names (thanks martin !)

[1] https://lore.kernel.org/r/20210429170404.3616111-1-narmstrong@baylibre.com
[2] https://lore.kernel.org/r/20210505073248.3816183-1-narmstrong@baylibre.com

Neil Armstrong (3):
  arm64: dts: meson-sm1: add toacodec node
  dt-bindings: arm: amlogic: add Banana PI M5 bindings
  arm64: dts: meson-sm1: add Banana PI BPI-M5 board dts

 .../devicetree/bindings/arm/amlogic.yaml      |   1 +
 arch/arm64/boot/dts/amlogic/Makefile          |   1 +
 .../dts/amlogic/meson-sm1-bananapi-m5.dts     | 646 ++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi    |  10 +
 4 files changed, 658 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts

-- 
2.25.1


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

end of thread, other threads:[~2021-05-28  8:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 14:32 [PATCH v3 0/3] arm64: meson-sm1: add support for Banana PI BPI-M5 Neil Armstrong
2021-05-14 14:32 ` Neil Armstrong
2021-05-14 14:32 ` Neil Armstrong
2021-05-14 14:32 ` [PATCH v3 1/3] arm64: dts: meson-sm1: add toacodec node Neil Armstrong
2021-05-14 14:32   ` Neil Armstrong
2021-05-14 14:32   ` Neil Armstrong
2021-05-14 14:32 ` [PATCH v3 2/3] dt-bindings: arm: amlogic: add Banana PI M5 bindings Neil Armstrong
2021-05-14 14:32   ` Neil Armstrong
2021-05-14 14:32   ` Neil Armstrong
2021-05-18  1:29   ` Rob Herring
2021-05-18  1:29     ` Rob Herring
2021-05-18  1:29     ` Rob Herring
2021-05-14 14:32 ` [PATCH v3 3/3] arm64: dts: meson-sm1: add Banana PI BPI-M5 board dts Neil Armstrong
2021-05-14 14:32   ` Neil Armstrong
2021-05-14 14:32   ` Neil Armstrong
2021-05-28  8:20 ` [PATCH v3 0/3] arm64: meson-sm1: add support for Banana PI BPI-M5 Neil Armstrong
2021-05-28  8:20   ` Neil Armstrong
2021-05-28  8:20   ` Neil Armstrong

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.