On Mon, Jul 02, 2018 at 05:12:19PM +0800, alanx.chi...@intel.com wrote: > From: Alan Chiang <alanx.chi...@intel.com> > > The AT24 series chips use 8-bit address by default. If some > chips would like to support more than 8 bits, the at24 driver > should be added the compatible field for specfic chips. > > Provide a flexible way to determine the addressing bits through > address-width in this patch. > > Signed-off-by: Alan Chiang <alanx.chi...@intel.com> > Signed-off-by: Andy Yeh <andy....@intel.com> > Acked-by: Sakari Ailus <sakari.ai...@linux.intel.com> > > --- > since v1: > -- Remove the address-width field in the example. > since v2: > -- Remove redundant space. > since v3: > -- Add Acked-by. > > --- > Documentation/devicetree/bindings/eeprom/at24.txt | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Rob Herring <r...@kernel.org>