mbox series

[GIT,PULL,2/3] bcm2835-dt-fixes-2021-12-13

Message ID 20211213123040.184359-2-nsaenzju@redhat.com
State New
Headers show
Series [GIT,PULL,1/3] bcm2835-dt-next-2021-12-13 | expand

Pull-request

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

Message

Nicolas Saenz Julienne Dec. 13, 2021, 12:30 p.m. UTC
Hi Florian,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

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-12-13

for you to fetch changes up to 6a56599b5a6b19adb21f8f0d9f2d33511426fb20:

  ARM: dts: gpio-ranges property is now required (2021-12-13 13:06:25 +0100)

----------------------------------------------------------------
A series of devicetree fixes aimed at the Raspberry Pi family of boards:

- Phil Elwell adds gpio-ranges to RPi's main GPIO/PINCTRL driver
- Phil Elwell and Stefan Wahren correct RPi400's GPIO expander's
  labels
- Stefan Wahren drops fallback compatible from RPi2's vchiq devicetree
  node

----------------------------------------------------------------
Phil Elwell (2):
      ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
      ARM: dts: gpio-ranges property is now required

Stefan Wahren (1):
      ARM: dts: bcm283x: Drop fallback compatible for vchiq

 arch/arm/boot/dts/bcm2711-rpi-400.dts | 4 ++--
 arch/arm/boot/dts/bcm2711.dtsi        | 2 ++
 arch/arm/boot/dts/bcm2836-rpi.dtsi    | 2 +-
 arch/arm/boot/dts/bcm283x.dtsi        | 2 ++
 4 files changed, 7 insertions(+), 3 deletions(-)

Comments

Florian Fainelli Dec. 14, 2021, 3:37 a.m. UTC | #1
On 12/13/2021 4:30 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>    Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> 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-12-13
> 
> for you to fetch changes up to 6a56599b5a6b19adb21f8f0d9f2d33511426fb20:
> 
>    ARM: dts: gpio-ranges property is now required (2021-12-13 13:06:25 +0100)
> 
> ----------------------------------------------------------------
> A series of devicetree fixes aimed at the Raspberry Pi family of boards:
> 
> - Phil Elwell adds gpio-ranges to RPi's main GPIO/PINCTRL driver
> - Phil Elwell and Stefan Wahren correct RPi400's GPIO expander's
>    labels
> - Stefan Wahren drops fallback compatible from RPi2's vchiq devicetree
>    node
> 
> ----------------------------------------------------------------

Merged into devicetree/fixes and sent out, thanks!
nicolas saenz julienne Dec. 18, 2021, 6:04 p.m. UTC | #2
On Mon, 2021-12-13 at 13:30 +0100, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> 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-12-13
> 
> for you to fetch changes up to 6a56599b5a6b19adb21f8f0d9f2d33511426fb20:
> 
>   ARM: dts: gpio-ranges property is now required (2021-12-13 13:06:25 +0100)
> 
> ----------------------------------------------------------------
> A series of devicetree fixes aimed at the Raspberry Pi family of boards:
> 
> - Phil Elwell adds gpio-ranges to RPi's main GPIO/PINCTRL driver
> - Phil Elwell and Stefan Wahren correct RPi400's GPIO expander's
>   labels
> - Stefan Wahren drops fallback compatible from RPi2's vchiq devicetree
>   node
> 
> ----------------------------------------------------------------
> Phil Elwell (2):
>       ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels


Hi Florian,
I know you're in the loop, but just to be safe. Both patches below are no
longer needed: the gpio-ranges change was applied by linusw alongside its
pinctrl counterpart, vchiq's fallback will remain as is.

>       ARM: dts: gpio-ranges property is now required
>       ARM: dts: bcm283x: Drop fallback compatible for vchiq

If it makes your life simpler I can send a second 'dt-fixes' pull request.

Regards,
Nicolas