On Fri, Feb 15, 2019 at 4:47 PM Tony Lindgren <tony@xxxxxxxxxxx> wrote: > > * Arnd Bergmann <arnd@xxxxxxxx> [190215 15:44]: > > On Fri, Feb 15, 2019 at 4:21 PM Arnd Bergmann <arnd@xxxxxxxx> 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