From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 14 Apr 2013 11:54:20 +0200 (CEST) Received: from arrakis.dune.hu ([78.24.191.176]:41684 "EHLO arrakis.dune.hu" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6824803Ab3DNJySoad9l (ORCPT ); Sun, 14 Apr 2013 11:54:18 +0200 Received: from arrakis.dune.hu ([127.0.0.1]) by localhost (arrakis.dune.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9lMXQ0hFevil; Sun, 14 Apr 2013 11:53:30 +0200 (CEST) Received: from [192.168.254.50] (catvpool-576570d8.szarvasnet.hu [87.101.112.216]) by arrakis.dune.hu (Postfix) with ESMTPSA id 94412281086; Sun, 14 Apr 2013 11:53:30 +0200 (CEST) Message-ID: <516A7CF2.6020507@openwrt.org> Date: Sun, 14 Apr 2013 11:54:58 +0200 From: Gabor Juhos MIME-Version: 1.0 To: John Crispin CC: Ralf Baechle , linux-mips@linux-mips.org, devicetree-discuss@lists.ozlabs.org Subject: Re: [PATCH 5/6] DT: MIPS: ralink: add RT3883 dts files References: <1365843026-11015-1-git-send-email-blogic@openwrt.org> <1365843026-11015-5-git-send-email-blogic@openwrt.org> In-Reply-To: <1365843026-11015-5-git-send-email-blogic@openwrt.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 36161 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: juhosg@openwrt.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips 2013.04.13. 10:50 keltezéssel, John Crispin írta: > Add a dtsi file for RT3883 SoC and a sample dts file. > > Signed-off-by: John Crispin > --- > arch/mips/ralink/Kconfig | 4 +++ > arch/mips/ralink/dts/Makefile | 1 + > arch/mips/ralink/dts/rt3883.dtsi | 58 ++++++++++++++++++++++++++++++++++ > arch/mips/ralink/dts/rt3883_eval.dts | 18 +++++++++++ > 4 files changed, 81 insertions(+) > create mode 100644 arch/mips/ralink/dts/rt3883.dtsi > create mode 100644 arch/mips/ralink/dts/rt3883_eval.dts <...> > diff --git a/arch/mips/ralink/dts/rt3883.dtsi b/arch/mips/ralink/dts/rt3883.dtsi > new file mode 100644 > index 0000000..3b131dd > --- /dev/null > +++ b/arch/mips/ralink/dts/rt3883.dtsi > @@ -0,0 +1,58 @@ > +/ { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "ralink,rt3883-soc"; > + <...> > diff --git a/arch/mips/ralink/dts/rt3883_eval.dts b/arch/mips/ralink/dts/rt3883_eval.dts > new file mode 100644 > index 0000000..0297f20 > --- /dev/null > +++ b/arch/mips/ralink/dts/rt3883_eval.dts > @@ -0,0 +1,18 @@ > +/dts-v1/; > + > +/include/ "rt3883.dtsi" > + > +/ { > + #address-cells = <1>; > + #size-cells = <1>; These -cells properties are superfluous, because the rt3883.dtsi file contains these already. -Gabor From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabor Juhos Subject: Re: [PATCH 5/6] DT: MIPS: ralink: add RT3883 dts files Date: Sun, 14 Apr 2013 11:54:58 +0200 Message-ID: <516A7CF2.6020507@openwrt.org> References: <1365843026-11015-1-git-send-email-blogic@openwrt.org> <1365843026-11015-5-git-send-email-blogic@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1365843026-11015-5-git-send-email-blogic-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: John Crispin Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Ralf Baechle List-Id: devicetree@vger.kernel.org 2013.04.13. 10:50 keltez=E9ssel, John Crispin =EDrta: > Add a dtsi file for RT3883 SoC and a sample dts file. > = > Signed-off-by: John Crispin > --- > arch/mips/ralink/Kconfig | 4 +++ > arch/mips/ralink/dts/Makefile | 1 + > arch/mips/ralink/dts/rt3883.dtsi | 58 ++++++++++++++++++++++++++++= ++++++ > arch/mips/ralink/dts/rt3883_eval.dts | 18 +++++++++++ > 4 files changed, 81 insertions(+) > create mode 100644 arch/mips/ralink/dts/rt3883.dtsi > create mode 100644 arch/mips/ralink/dts/rt3883_eval.dts <...> > diff --git a/arch/mips/ralink/dts/rt3883.dtsi b/arch/mips/ralink/dts/rt38= 83.dtsi > new file mode 100644 > index 0000000..3b131dd > --- /dev/null > +++ b/arch/mips/ralink/dts/rt3883.dtsi > @@ -0,0 +1,58 @@ > +/ { > + #address-cells =3D <1>; > + #size-cells =3D <1>; > + compatible =3D "ralink,rt3883-soc"; > + <...> > diff --git a/arch/mips/ralink/dts/rt3883_eval.dts b/arch/mips/ralink/dts/= rt3883_eval.dts > new file mode 100644 > index 0000000..0297f20 > --- /dev/null > +++ b/arch/mips/ralink/dts/rt3883_eval.dts > @@ -0,0 +1,18 @@ > +/dts-v1/; > + > +/include/ "rt3883.dtsi" > + > +/ { > + #address-cells =3D <1>; > + #size-cells =3D <1>; These -cells properties are superfluous, because the rt3883.dtsi file conta= ins these already. -Gabor