On Wed, 14 Oct 2020 00:08:43 +0800, Zhen Lei wrote: > Explicitly add "#address-cells = <0>" and "#size-cells = <0>" to > eliminate below warnings. > > (spi_bus_bridge): /example-0/spi: incorrect #address-cells for SPI bus > (spi_bus_bridge): /example-0/spi: incorrect #size-cells for SPI bus > (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' > > Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!