From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Tue, 9 Apr 2019 13:51:19 +0000 Subject: [U-Boot] [PATCH v1] ARM: dts: i.MX6Q: fix avoid_unnecessary_addr_size warnings In-Reply-To: References: <20190325163550.9301-1-marcel@ziswiler.com> Message-ID: <263bd8f6225af644ec5f955568370f859f145ed4.camel@toradex.com> 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, 2019-03-25 at 13:40 -0300, Fabio Estevam wrote: > Hi Marcel, > > On Mon, Mar 25, 2019 at 1:36 PM Marcel Ziswiler > wrote: > > > diff --git a/arch/arm/dts/imx6q.dtsi b/arch/arm/dts/imx6q.dtsi > > index ab1716b6b0..8381d24eff 100644 > > --- a/arch/arm/dts/imx6q.dtsi > > +++ b/arch/arm/dts/imx6q.dtsi > > @@ -234,6 +234,8 @@ > > }; > > > > ipu2_di0: port at 2 { > > + #address-cells = <1>; > > + #size-cells = <0>; > > This change is already in the upstream imx6q.dtsi file in Linux. > > What about syncing the U-Boot i.mx6 dts with the kernel? Yeah, I agree. As a matter of fact I see only one single line of further difference in the two. Let me add that as well in a v2 and clearly state that it is a complete re-sync.