[PATCH v4 05/11] ARM: dts: add imx7d soc dtsi file
Rob Herring
robherring2 at gmail.com
Tue Apr 21 13:37:16 PDT 2015
On Mon, Apr 20, 2015 at 4:05 PM, <Frank.Li at freescale.com> wrote:
> From: Frank Li <Frank.Li at freescale.com>
>
> Add i.mx7d support:
> imx7d dtsi part
>
> Signed-off-by: Anson Huang <b20788 at freescale.com>
> Signed-off-by: Frank Li <Frank.Li at freescale.com>
> ---
> arch/arm/boot/dts/imx7d.dtsi | 498 +++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 498 insertions(+)
> create mode 100644 arch/arm/boot/dts/imx7d.dtsi
>
> diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
> new file mode 100644
> index 0000000..dd391e2
> --- /dev/null
> +++ b/arch/arm/boot/dts/imx7d.dtsi
> @@ -0,0 +1,498 @@
> +/*
> + * Copyright 2015 Freescale Semiconductor, Inc.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
You should dual license dts files with BSD or MIT for any non-Linux users.
> +
> + timer {
> + compatible = "arm,armv7-timer";
> + arm,cpu-registers-not-fw-configured;
Fix your bootloader. This is for broken bootloaders which can't be fixed.
> + interrupts = <GIC_PPI 13
> + (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
> + <GIC_PPI 14
> + (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
> + interrupt-parent = <&intc>;
> + clock-frequency = <8000000>;
Ditto.
Rob
More information about the linux-arm-kernel
mailing list