mbox series

[V4,0/3] ARM: dts: add Raspberry Pi 3 A+

Message ID 1545780008-22271-1-git-send-email-stefan.wahren@i2se.com (mailing list archive)
Headers show
Series ARM: dts: add Raspberry Pi 3 A+ | expand

Message

Stefan Wahren Dec. 25, 2018, 11:20 p.m. UTC
This patch series adds support for the brand new Raspberry Pi 3 A+ .
Since there is no official DTS file yet, this one bases on a procfs dump and
the dt-blob of the firmware [1].

[1] - https://github.com/raspberrypi/firmware/blob/master/extra/dt-blob.dts

Changes in V4:
- address Phil's comment by dropping BT_ON and rename WL_ON to BT_WL_ON
- drop Wifi and BT reset control and add explaining comment
- add missing gpio line names
- add Rob's Reviewed-by 

Changes in V3:
- add Eric's Reviewed-by
- fix wifi reset GPIO polarity

Changes in V2:
- add missing Makefile change for arm64

Stefan Wahren (3):
  dt-bindings: bcm: Add Raspberry Pi 3 A+
  ARM: dts: add Raspberry Pi 3 A+
  arm64: dts: broadcom: Add reference to RPi 3 A+

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts         | 175 +++++++++++++++++++++
 arch/arm64/boot/dts/broadcom/Makefile              |   3 +-
 .../boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts     |   2 +
 5 files changed, 184 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts