Hi Florian, sorry for being that late and hoping it's not too late.
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the git repository at: git://github.com/anholt/linux tags/bcm2835-dt-next-2019-01-29 for you to fetch changes up to 14117e0af4a853b2b37925f526b2bfe1cfc7b285: ARM: dts: bcm2835-rpi-zero-w: Drop unnecessary pinctrl (2019-01-22 07:25:59 +0100) ---------------------------------------------------------------- This pull request adds the necessary changes for the new BCM2835 PM driver, support for the new Raspberry Pi 3 A+ and the missing GPIO labels for RPi 2/3. Additionally it contains some minor DT fixes. ---------------------------------------------------------------- Eric Anholt (2): ARM: bcm283x: Extend the WDT DT node out to cover the whole PM block. (v4) ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware. Stefan Wahren (9): dt-bindings: bcm: Add Raspberry Pi 3 A+ ARM: dts: add Raspberry Pi 3 A+ ARM: dts: bcm283x: Fix DTC warning for memory node ARM: dts: bcm2835-rpi: Drop unnecessary #address-cells/#size-cells ARM: dts: bcm2835: Fix labels for GPIO 0,1 ARM: dts: bcm2837-rpi-3-b: Use consistent label for HDMI hotplug ARM: dts: bcm2837-rpi-3-b-plus: Clarify label for STATUS_LED ARM: dts: bcm283x: Add missing GPIO line names ARM: dts: bcm2835-rpi-zero-w: Drop unnecessary pinctrl .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 4 +- arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 4 +- arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 11 +- arch/arm/boot/dts/bcm2835-rpi-zero.dts | 4 +- arch/arm/boot/dts/bcm2835-rpi.dtsi | 8 +- arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 68 +++++++- arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts | 175 +++++++++++++++++++++ arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 74 ++++++++- arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 74 ++++++++- arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi | 2 +- arch/arm/boot/dts/bcm283x.dtsi | 17 +- 13 files changed, 415 insertions(+), 31 deletions(-) create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts