From: Lucas Stach Date: Fri, 28 Mar 2014 16:25:51 +0000 (+0100) Subject: ARM: dts: imx: drop invalid size and address cells properties X-Git-Tag: omap-for-v3.16/pm-signed~52^2~10^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e8eaeec1227a024373e37315770cc79d69917b;p=pandora-kernel.git ARM: dts: imx: drop invalid size and address cells properties Those two properties should have been set to zero, which is the same as not specifying them. Having address-cells set to 1 causes OF interrupt mapping routines to add 1 to the interrupt-cells property and as result fail because all calculations are off by one. Signed-off-by: Lucas Stach Signed-off-by: Shawn Guo --- Reading git-diff-tree failed