[PATCH v4 03/10] ARM: dts: add DT for Alphascale ASM9260 SoC

Mark Rutland mark.rutland at arm.com
Mon Oct 13 03:18:43 PDT 2014


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 <linux at rempel-privat.de>
> ---
>  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.



More information about the linux-arm-kernel mailing list