[PATCH v4 03/10] ARM: dts: add DT for Alphascale ASM9260 SoC
From: mark.rutland@arm.com (Mark Rutland)
Date: 2014-10-13 10:18:43
From: mark.rutland@arm.com (Mark Rutland)
Date: 2014-10-13 10:18:43
On Sun, Oct 12, 2014 at 08:19:14PM +0100, Oleksij Rempel wrote:
for now it is wary basic SoC description with most important IPs needed to make this device work Signed-off-by: Oleksij Rempel <redacted> --- arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/alphascale-asm9260-devkit.dts | 21 ++++ arch/arm/boot/dts/alphascale-asm9260.dtsi | 134 ++++++++++++++++++++++++ include/dt-bindings/clock/alphascale,asm9260.h | 97 +++++++++++++++++ 4 files changed, 254 insertions(+) create mode 100644 arch/arm/boot/dts/alphascale-asm9260-devkit.dts create mode 100644 arch/arm/boot/dts/alphascale-asm9260.dtsi create mode 100644 include/dt-bindings/clock/alphascale,asm9260.h
This last file should go with the clock controller driver/binding, which should come before this patch. [...]
+ soc {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "simple-bus";
+ ranges;There seems to be odd whitespace before the ranges property. Thanks, Mark.