From 509046a7b00cf540e49d3072b1efe7cb0b1bdc20 Mon Sep 17 00:00:00 2001 From: Grygorii Strashko Date: Mon, 28 Apr 2014 15:20:22 +0300 Subject: [PATCH] ARM: dts: keystone: add cell's information to spi nodes SPI nodes should always have #address-cells and #size-cells defined, otherwise warnings will be produced in case of adding any child nodes to the SPI bus in DT: Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/spi@21000400/n25q128a11@0 Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc/spi@21000400/n25q128a11@0 Hence, ensure that all SPIx nodes have #address-cells and #size-cells properties defined. Signed-off-by: Grygorii Strashko Signed-off-by: Santosh Shilimkar --- Reading git-format-patch failed