Re: [PATCH 5/5] dt-bindings: Fix incorrect 'reg' property sizes
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-05-12 21:46:18
Also in:
linux-clk, linux-spi, linux-usb, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-05-12 21:46:18
Also in:
linux-clk, linux-spi, linux-usb, lkml
Quoting Rob Herring (2020-05-12 13:45:43)
The examples template is a 'simple-bus' with a size of 1 cell for #address-cells and #size-cells. The schema was only checking the entries had between 2 and 4 cells which really only errors on I2C or SPI type devices with a single cell. The easiest fix in most cases is to change the 'reg' property to for 1 cell address and size. In some cases with child devices having 2 cells, that doesn't make sense so a bus node is needed. Signed-off-by: Rob Herring <robh@kernel.org> ---
Acked-by: Stephen Boyd <sboyd@kernel.org> # clk