From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burton Date: Tue, 17 May 2016 07:40:00 +0100 Subject: [U-Boot] [PATCH v2 5/5] malta: Use device model & tree for UART In-Reply-To: <573A17E0.7050906@gmail.com> References: <1463420679-5042-1-git-send-email-paul.burton@imgtec.com> <1463420679-5042-6-git-send-email-paul.burton@imgtec.com> <573A17E0.7050906@gmail.com> Message-ID: <20160517063305.GA11414@NP-P-BURTON> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, May 16, 2016 at 08:56:32PM +0200, Daniel Schwierzeck wrote: > > diff --git a/arch/mips/dts/mti,malta.dts b/arch/mips/dts/mti,malta.dts > > new file mode 100644 > > index 0000000..1dba606 > > --- /dev/null > > +++ b/arch/mips/dts/mti,malta.dts > > @@ -0,0 +1,32 @@ > > +/dts-v1/; > > + > > +/memreserve/ 0x00000000 0x00001000; /* Exception vectors */ > > +/memreserve/ 0x000f0000 0x00010000; /* PIIX4 ISA memory */ > > + > > +/ { > > + #address-cells = <1>; > > + #size-cells = <1>; > > + compatible = "mti,malta"; > > + > > + chosen { > > + stdout-path = &uart0; > > + }; > > + > > + isa { > > + compatible = "isa"; > > + #address-cells = <2>; > > + #size-cells = <1>; > > + ranges = <1 0 0 0x1000>; > > is following dtc warning fixable? > > Warning (unit_address_vs_reg): Node /isa has a reg or ranges property, but no unit name Hi Daniel, Thanks for reviewing. I'm not seeing this warning with DTC 1.4.1. Which version are you using? Thanks, Paul