Quoting Maxime Ripard (2020-06-26 04:54:33) > 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 <maxime@xxxxxxxxxx> > > --- Applied to clk-next but I had to fix the fixes tag.