From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [GIT PULL 2/2] Rockchip dts64 updates for 5.1 Date: Fri, 15 Feb 2019 20:32:01 +0100 Message-ID: <3976614.8kaIahWTG7@diego> References: <2570520.8EeqtpO5V7@phil> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Arnd Bergmann Cc: "open list:ARM/Rockchip SoC support" , arm-soc , Linux ARM List-Id: linux-rockchip.vger.kernel.org Am Freitag, 15. Februar 2019, 16:38:43 CET schrieb Arnd Bergmann: > On Fri, Feb 15, 2019 at 2:45 PM Arnd Bergmann wrote: > > On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner 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