Re: [PATCH] dt-bindings: Fix more incorrect 'reg' property sizes in examples

2020-06-11 Thread Mark Brown
On Thu, Jun 11, 2020 at 09:19:23AM -0600, Rob Herring wrote: > The examples template is a 'simple-bus' with a size of 1 cell for > had between 2 and 4 cells which really only errors on I2C or SPI type > devices with a single cell. Acked-by: Mark Brown signature.asc Description: PGP signature

[PATCH] dt-bindings: Fix more incorrect 'reg' property sizes in examples

2020-06-11 Thread Rob Herring
The examples template is a 'simple-bus' with a size of 1 cell for 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 1 cell for address and size. Cc: "Heiko Stübner" Cc: Ezequiel Garci