From: Grygorii Strashko Date: Tue, 8 Apr 2014 11:46:06 +0000 (+0300) Subject: ARM: dts: keystone: add cell's information to i2c nodes X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~41^2~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3953505afbb80bfcf0e9dc2ba7199e63b0fef69f;p=pandora-kernel.git ARM: dts: keystone: add cell's information to i2c nodes I2C nodes should always have #address-cells and #size-cells defined, otherwise warnings will be produced in case of adding child nodes to the I2C bus in DT: Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/i2c@2530800/pca@20 Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc/i2c@2530800/pca@20 Hence, ensure that all i2cX nodes have #address-cells and #size-cells properties defined. Signed-off-by: Grygorii Strashko Signed-off-by: Santosh Shilimkar --- Reading git-diff-tree failed