mbox series

[GIT,PULL,2/2] bcm2835-dt-fixes-2021-10-06

Message ID 20211006081849.1434867-2-nsaenzju@redhat.com
State New
Headers show
Series [GIT,PULL,1/2] bcm2835-dt-next-2021-10-06 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2021-10-06

Message

Nicolas Saenz Julienne Oct. 6, 2021, 8:18 a.m. UTC
Hi Florian,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2021-10-06

for you to fetch changes up to 75fcbda959b059d47c38c43f19658527eff4a470:

  ARM: dts: bcm2711-rpi-4-b: Fix usb's unit address (2021-10-06 09:50:37 +0200)

----------------------------------------------------------------
A series of devicetree fixes for the Raspberry Pi 4:

- Fix VEC reg address
- Fix MDIO address/size cells
- Fix regulator states
- Fix PCIe address formatting

----------------------------------------------------------------
Mateusz Kwiatkowski (1):
      ARM: dts: bcm283x: Fix VEC address for BCM2711

Nicolas Saenz Julienne (2):
      ARM: dts: bcm2711-rpi-4-b: Fix pcie0's unit address formatting
      ARM: dts: bcm2711-rpi-4-b: Fix usb's unit address

Stefan Wahren (2):
      ARM: dts: bcm2711: fix MDIO #address- and #size-cells
      ARM: dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator states

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 11 ++++++-----
 arch/arm/boot/dts/bcm2711.dtsi        | 12 ++++++++++--
 arch/arm/boot/dts/bcm2835-common.dtsi |  8 ++++++++
 arch/arm/boot/dts/bcm283x.dtsi        |  8 --------
 4 files changed, 24 insertions(+), 15 deletions(-)

Comments

Florian Fainelli Oct. 8, 2021, 10:30 p.m. UTC | #1
On 10/6/21 1:18 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2021-10-06
> 
> for you to fetch changes up to 75fcbda959b059d47c38c43f19658527eff4a470:
> 
>   ARM: dts: bcm2711-rpi-4-b: Fix usb's unit address (2021-10-06 09:50:37 +0200)
> 
> ----------------------------------------------------------------

Merged into devicetree/fixes, thanks Nicolas!