mbox series

[GIT,PULL,2/3] bcm2835-dt-next-2020-03-27

Message ID 20200327211632.32346-2-nsaenzjulienne@suse.de
State New
Headers show
Series [GIT,PULL,1/3] bcm2835-dt-fixes-2020-03-27 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-03-27

Message

Nicolas Saenz Julienne March 27, 2020, 9:16 p.m. UTC
Hi Florian,

The following changes since commit 14e1eb5a91a96d9e1ce8051f752b7b6645bc8e10:

  dt-bindings: arm: Document Broadcom SoCs 'secondary-boot-reg' (2020-03-10 12:43:15 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-03-27

for you to fetch changes up to 3ac395a5b3f3b678663fbb58381fdae2b1b57588:

  ARM: dts: bcm283x: Use firmware PM driver for V3D (2020-03-27 21:25:35 +0100)

----------------------------------------------------------------
- First patch updates RPi4's expgpio's GPIO labels, adding the SD power rail.

- Second patch adds a fixed regulator that controls the SD power and
hooks it up with emmc2.

- Third patch rolls back to the firmware based power driver as the MMIO
version is unstable.

----------------------------------------------------------------
Nicolas Saenz Julienne (3):
      ARM: dts: bcm2711: Update expgpio's GPIO labels
      ARM: dts: bcm2711: Add vmmc regulator in emmc2
      ARM: dts: bcm283x: Use firmware PM driver for V3D

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts     | 13 ++++++++++++-
 arch/arm/boot/dts/bcm2835-common.dtsi     |  1 -
 arch/arm/boot/dts/bcm2835-rpi-common.dtsi | 12 ++++++++++++
 arch/arm/boot/dts/bcm2835.dtsi            |  1 +
 arch/arm/boot/dts/bcm2836.dtsi            |  1 +
 arch/arm/boot/dts/bcm2837.dtsi            |  1 +
 6 files changed, 27 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2835-rpi-common.dtsi

Comments

Florian Fainelli April 4, 2020, 9:36 p.m. UTC | #1
On 3/27/2020 2:16 PM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit 14e1eb5a91a96d9e1ce8051f752b7b6645bc8e10:
> 
>   dt-bindings: arm: Document Broadcom SoCs 'secondary-boot-reg' (2020-03-10 12:43:15 -0700)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-03-27
> 
> for you to fetch changes up to 3ac395a5b3f3b678663fbb58381fdae2b1b57588:
> 
>   ARM: dts: bcm283x: Use firmware PM driver for V3D (2020-03-27 21:25:35 +0100)
> 
> ----------------------------------------------------------------
> - First patch updates RPi4's expgpio's GPIO labels, adding the SD power rail.
> 
> - Second patch adds a fixed regulator that controls the SD power and
> hooks it up with emmc2.
> 
> - Third patch rolls back to the firmware based power driver as the MMIO
> version is unstable.
> 
> ----------------------------------------------------------------
> Nicolas Saenz Julienne (3):
>       ARM: dts: bcm2711: Update expgpio's GPIO labels
>       ARM: dts: bcm2711: Add vmmc regulator in emmc2
>       ARM: dts: bcm283x: Use firmware PM driver for V3D

Merged into devicetree/next, thanks!