Re: [PATCH] dt-bindings: arm: bcm: Add a select to the RPI Firmware binding
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-07-23 22:02:40
Also in:
linux-clk
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-07-23 22:02:40
Also in:
linux-clk
Quoting Maxime Ripard (2020-07-23 08:44:21)
Hi Stephen, Mike, On Fri, Jun 26, 2020 at 01:54:33PM +0200, Maxime Ripard wrote:quoted
The RaspberryPi firmware binding uses two compatible, include simple-bus. The select statement generated by default will thus select any node that has simple-bus, not all of them being the raspberrypi firmware node. This results in warnings being wrongfully reported. Let's add a custom select statement to fix that. Fixes: 5bc0b9be8544 ("dt-bindings: arm: bcm: Convert BCM2835 firmware binding to YAML") Signed-off-by: Maxime Ripard <redacted> --- The original binding has been merged through the clock tree, so it should be merged there.Could you apply that patch to clk-next?
Rob has an unresolved comment on this patch.