On Mon, Apr 20, 2015 at 4:05 PM, <Frank.Li@xxxxxxxxxxxxx> wrote: > From: Frank Li <Frank.Li@xxxxxxxxxxxxx> > > Add i.mx7d support: > imx7d dtsi part > > Signed-off-by: Anson Huang <b20788@xxxxxxxxxxxxx> > Signed-off-by: Frank Li <Frank.Li@xxxxxxxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html