From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: Re: [PATCH v2 7/8] ARM: dts: Add support for dra76x family of devices Date: Tue, 15 Aug 2017 11:19:49 +0300 Message-ID: <3b89ec76-06cc-cf5d-a40a-885fae592a2c@ti.com> References: <20170812040605.21259-1-lokeshvutla@ti.com> <20170812040605.21259-8-lokeshvutla@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20170812040605.21259-8-lokeshvutla-l0cyMroinI0@public.gmane.org> Content-Language: en-GB Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lokesh Vutla , Tony Lindgren , Linux OMAP Mailing List Cc: Tero Kristo , Sekhar Nori , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Device Tree Mailing List , Vignesh R , Keerthy , Praneeth Bajjuri List-Id: linux-omap@vger.kernel.org =EF=BB=BFHi, Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Bu= siness ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 12/08/17 07:06, Lokesh Vutla wrote: > dra76 family is a high-performance, infotainment application > device, based on OMAP architecture on a 28-nm technology. > This contains most of the subsystems, peripherals that are > available on dra74, dra72 family. This SoC mainly features > Subsystems: > - 2 x Cortex-A15 with max speed of 1.8GHz > - 2 X DSP > - 2 X Cortex-M4 IPU > - ISS > - CAL > - DSS > - VPE > - VIP > Connectivity peripherals: > - 1 USB3.0 and 3 USB2.0 subsystems > - 2 x SATA Actually 1 x SATA. > - 2 x PCI Express Gen2 > - 3-port Gigabit ethernet switch > - 2 x CAN > - MCAN >=20 > Adding basic dts support for DRA76 family while reusing the > data available in dra7.dtsi, dra74x.dtsi. >=20 > Signed-off-by: Lokesh Vutla > --- > arch/arm/boot/dts/dra76x.dtsi | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 arch/arm/boot/dts/dra76x.dtsi >=20 > diff --git a/arch/arm/boot/dts/dra76x.dtsi b/arch/arm/boot/dts/dra76x.dts= i > new file mode 100644 > index 000000000000..1c88c581ff18 > --- /dev/null > +++ b/arch/arm/boot/dts/dra76x.dtsi > @@ -0,0 +1,19 @@ > +/* > + * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com= / > + * > + * 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. > + */ > + > +#include "dra74x.dtsi" > + > +/ { > + compatible =3D "ti,dra762", "ti,dra7"; > + > +}; > + > +/* MCAN interrupts are hard-wired to irqs 67, 68 */ > +&crossbar_mpu { > + ti,irqs-skip =3D <10 67 68 133 139 140>; > +}; >=20 --=20 cheers, -roger -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html