Message ID | 1744093.FyxTZ0jN5f@phil |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/2] Rockchip dts32 updates for 5.1 | expand |
On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote: > New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last > two being part of a family and sharing bigger parts of the devicetree. > rk3328 got sound-related upgrades and a wider patch drops mmc display-wp > fields from nodes which shouldn't use it. Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks, Arnd
On Fri, Feb 15, 2019 at 2:45 PM Arnd Bergmann <arnd@arndb.de> wrote: > > On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote: > > New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last > > two being part of a family and sharing bigger parts of the devicetree. > > rk3328 got sound-related upgrades and a wider patch drops mmc display-wp > > fields from nodes which shouldn't use it. > > Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks, I still get some warnings during 'make dtb', all specific to rk3399: ../arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' ../arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' ../arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' Can you see what is going on and send a fix? Arnd
Am Freitag, 15. Februar 2019, 16:38:43 CET schrieb Arnd Bergmann: > On Fri, Feb 15, 2019 at 2:45 PM Arnd Bergmann <arnd@arndb.de> wrote: > > On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote: > > > New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last > > > two being part of a family and sharing bigger parts of the devicetree. > > > rk3328 got sound-related upgrades and a wider patch drops mmc display-wp > > > fields from nodes which shouldn't use it. > > > > Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks, > > I still get some warnings during 'make dtb', all specific to rk3399: > > ../arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning > (graph_port): /edp-panel/ports: graph port node name should be 'port' > ../arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5: > Warning (graph_port): /edp-panel/ports: graph port node name should be > 'port' > ../arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5: > Warning (graph_port): /edp-panel/ports: graph port node name should be > 'port' > > Can you see what is going on and send a fix? hmm, that should actually be fixed by the fixes-pull requests, see https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/commit/?h=arm/fixes&id=26cd8657c7e745686a4c54a5cccf721ede208a25 for reference, which supposedly fixes exactly these issues. Heiko
On Fri, Feb 15, 2019 at 8:32 PM Heiko Stübner <heiko@sntech.de> wrote: > > Am Freitag, 15. Februar 2019, 16:38:43 CET schrieb Arnd Bergmann: > > On Fri, Feb 15, 2019 at 2:45 PM Arnd Bergmann <arnd@arndb.de> wrote: > > > On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote: > > > > New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last > > > > two being part of a family and sharing bigger parts of the devicetree. > > > > rk3328 got sound-related upgrades and a wider patch drops mmc display-wp > > > > fields from nodes which shouldn't use it. > > > > > > Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks, > > > > I still get some warnings during 'make dtb', all specific to rk3399: > > > > ../arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning > > (graph_port): /edp-panel/ports: graph port node name should be 'port' > > ../arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5: > > Warning (graph_port): /edp-panel/ports: graph port node name should be > > 'port' > > ../arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5: > > Warning (graph_port): /edp-panel/ports: graph port node name should be > > 'port' > > > > Can you see what is going on and send a fix? > > hmm, that should actually be fixed by the fixes-pull requests, see > https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/commit/?h=arm/fixes&id=26cd8657c7e745686a4c54a5cccf721ede208a25 > for reference, which supposedly fixes exactly these issues. Ok, good. I also asked the same thing about omap, where I made the same mistake. I confirmed now that my for-next branch (which includes the fixes) does not have this issue, hte only warning I get there is for mvebu/kirkwood Arnd