mbox series

[GIT,PULL,1/1] Broadcom devicetree fixes for 4.14

Message ID 20171006222014.2704-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/1] Broadcom devicetree fixes for 4.14 | expand

Pull-request

http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.14/devicetree-fixes

Message

Florian Fainelli Oct. 6, 2017, 10:20 p.m. UTC
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.14/devicetree-fixes

for you to fetch changes up to 80a86dbd98497ea7ccf77a82458baf0779de87d6:

  Merge tag 'bcm2835-dt-fixes-2017-10-06' into devicetree/fixes (2017-10-06 15:11:23 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Device Tree fixes for 4.14,
please pull the following:

- Loic fixes the console path on the Raspberry Pi 3 which was not correctly set
  and would cause all sorts of confusion between the Bluetooth controller and the
  kernel console

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'bcm2835-dt-fixes-2017-10-06' into devicetree/fixes

Loic Poulain (1):
      ARM: dts: bcm283x: Fix console path on RPi3

 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 9 +++------
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts    | 5 +++++
 arch/arm/boot/dts/bcm283x.dtsi           | 7 ++++++-
 3 files changed, 14 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann Oct. 19, 2017, 3:35 p.m. UTC | #1
On Sat, Oct 7, 2017 at 12:20 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoC Device Tree fixes for 4.14,
> please pull the following:
>
> - Loic fixes the console path on the Raspberry Pi 3 which was not correctly set
>   and would cause all sorts of confusion between the Bluetooth controller and the
>   kernel console

Sorry for the delay. I've merged it into fixes now to make things work for you,
though it still seems that there is something wrong with the patch: you now
have the 'aliases' node in the bcm283x.dtsi, which doesn't seem appropriate.
There might be different board based on the same chip that don't all expose
the same uarts at the same physical connectors, and you might have a .dts
file that overrides those aliases, which gets really messy.

Please put the aliases list into each .dts file for this platform and make
sure you list them with the right numbers.

     Arnd