mbox series

[GIT,PULL,2/2] more dts changes for omaps for v5.1

Message ID pull-1550167958-188990@atomide.com-2
State New
Headers show
Series [GIT,PULL,1/2] defconfig changes for omaps for v5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-pt2-signed

Message

Tony Lindgren Feb. 14, 2019, 6:13 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit b4c30df0eb354d8e081132b7b7449f6d17619614:

  ARM: dts: omap4-sdp: Make ethernet working even if booted with latest u-boot (2019-01-24 08:23:43 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-pt2-signed

for you to fetch changes up to 947b7802597106dcbef2ddca23d386f9339ba334:

  ARM: dts: omap3-gta04: declare backlight in lcd node (2019-02-12 10:52:25 -0800)

----------------------------------------------------------------
More dts changes for omaps

We add support for Bosch Guardian am335x device, and configure more
devices like GNSS and LCD backlight for omap3-gta04. And we replace
the wlcore binding documentation URL with a local file that we have.

----------------------------------------------------------------
Andreas Kemnade (4):
      ARM: dts: gta04: add pinctrl settings for wkup domain
      ARM: dts: gta04: add ldo 3v3 regulator
      ARM: dts: gta04: add gps support
      ARM: dts: omap3-gta04: declare backlight in lcd node

Jonathan Neuschäfer (1):
      ARM: dts: omap3-gta04a5: Replace LXR reference with a local one

Martyn Welch (1):
      ARM: dts: am335x: Add support for Bosch Guardian

 arch/arm/boot/dts/Makefile            |   1 +
 arch/arm/boot/dts/am335x-guardian.dts | 511 ++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/omap3-gta04.dtsi    |  39 ++-
 arch/arm/boot/dts/omap3-gta04a5.dts   |   2 +-
 4 files changed, 551 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-guardian.dts

Comments

Arnd Bergmann Feb. 15, 2019, 3:21 p.m. UTC | #1
On Thu, Feb 14, 2019 at 7:13 PM Tony Lindgren <tony@atomide.com> wrote:
>
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit b4c30df0eb354d8e081132b7b7449f6d17619614:
>
>   ARM: dts: omap4-sdp: Make ethernet working even if booted with latest u-boot (2019-01-24 08:23:43 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-pt2-signed
>
> for you to fetch changes up to 947b7802597106dcbef2ddca23d386f9339ba334:
>
>   ARM: dts: omap3-gta04: declare backlight in lcd node (2019-02-12 10:52:25 -0800)
>
> ----------------------------------------------------------------
> More dts changes for omaps
>
> We add support for Bosch Guardian am335x device, and configure more
> devices like GNSS and LCD backlight for omap3-gta04. And we replace
> the wlcore binding documentation URL with a local file that we have.

Pulled into arm/dt, thanks!

      Arnd
Arnd Bergmann Feb. 15, 2019, 3:43 p.m. UTC | #2
On Fri, Feb 15, 2019 at 4:21 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Thu, Feb 14, 2019 at 7:13 PM Tony Lindgren <tony@atomide.com> wrote:
> >
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> > The following changes since commit b4c30df0eb354d8e081132b7b7449f6d17619614:
> >
> >   ARM: dts: omap4-sdp: Make ethernet working even if booted with latest u-boot (2019-01-24 08:23:43 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-pt2-signed
> >
> > for you to fetch changes up to 947b7802597106dcbef2ddca23d386f9339ba334:
> >
> >   ARM: dts: omap3-gta04: declare backlight in lcd node (2019-02-12 10:52:25 -0800)
> >
> > ----------------------------------------------------------------
> > More dts changes for omaps
> >
> > We add support for Bosch Guardian am335x device, and configure more
> > devices like GNSS and LCD backlight for omap3-gta04. And we replace
> > the wlcore binding documentation URL with a local file that we have.
>
> Pulled into arm/dt, thanks!
>

During routine checks, I came across these gta04 warnings:

../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
(graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
node unit address error, expected "0"
../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
(graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
node unit address error, expected "0"
../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
(graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
node unit address error, expected "0"
../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
(graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
node unit address error, expected "0"

Can you have a look and send a fix?

      Arnd
Tony Lindgren Feb. 15, 2019, 3:47 p.m. UTC | #3
* Arnd Bergmann <arnd@arndb.de> [190215 15:44]:
> On Fri, Feb 15, 2019 at 4:21 PM Arnd Bergmann <arnd@arndb.de> wrote:
> During routine checks, I came across these gta04 warnings:
> 
> ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> node unit address error, expected "0"
> ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> node unit address error, expected "0"
> ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> node unit address error, expected "0"
> ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> node unit address error, expected "0"
> 
> Can you have a look and send a fix?

Hmm sounds like that's because the branch is based on v5.0-rc1
that is still missing already merged commit 5b90df44fd9b
("ARM: dts: omap3-gta04: Fix graph_port warning").

Regards,

Tony
Arnd Bergmann Feb. 15, 2019, 5:23 p.m. UTC | #4
On Fri, Feb 15, 2019 at 4:47 PM Tony Lindgren <tony@atomide.com> wrote:
>
> * Arnd Bergmann <arnd@arndb.de> [190215 15:44]:
> > On Fri, Feb 15, 2019 at 4:21 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > During routine checks, I came across these gta04 warnings:
> >
> > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > node unit address error, expected "0"
> > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > node unit address error, expected "0"
> > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > node unit address error, expected "0"
> > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > node unit address error, expected "0"
> >
> > Can you have a look and send a fix?
>
> Hmm sounds like that's because the branch is based on v5.0-rc1
> that is still missing already merged commit 5b90df44fd9b
> ("ARM: dts: omap3-gta04: Fix graph_port warning").

Ok, got it. Everything's fine then, sorry for my confusion.

     Arnd
Tony Lindgren Feb. 15, 2019, 5:25 p.m. UTC | #5
* Arnd Bergmann <arnd@arndb.de> [190215 17:23]:
> On Fri, Feb 15, 2019 at 4:47 PM Tony Lindgren <tony@atomide.com> wrote:
> >
> > * Arnd Bergmann <arnd@arndb.de> [190215 15:44]:
> > > On Fri, Feb 15, 2019 at 4:21 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > > During routine checks, I came across these gta04 warnings:
> > >
> > > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > > node unit address error, expected "0"
> > > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > > node unit address error, expected "0"
> > > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > > node unit address error, expected "0"
> > > ../arch/arm/boot/dts/omap3-gta04.dtsi:757.7-764.4: Warning
> > > (graph_port): /ocp@68000000/dss@48050000/encoder@48050c00/port: graph
> > > node unit address error, expected "0"
> > >
> > > Can you have a look and send a fix?
> >
> > Hmm sounds like that's because the branch is based on v5.0-rc1
> > that is still missing already merged commit 5b90df44fd9b
> > ("ARM: dts: omap3-gta04: Fix graph_port warning").
> 
> Ok, got it. Everything's fine then, sorry for my confusion.

OK good to hear thanks,

Tony