On Thu, 24 Sep 2020 10:26:42 +0200, Maxime Ripard wrote: > The current binding for the RPi firmware uses the simple-bus compatible as > a fallback to benefit from its automatic probing of child nodes. > > However, simple-bus also comes with some constraints, like having the ranges, > our case. > > Let's switch to simple-mfd that provides the same probing logic without > those constraints. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml | 4 ++-- > arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > Applied, thanks!