From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Schaefer Date: Thu, 29 Aug 2019 15:12:28 +0000 Subject: [U-Boot] (no subject) In-Reply-To: References: <20190829134012.1747-1-thomas.schaefer@kontron.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, > Hi Thomas, > > On Thu, Aug 29, 2019 at 10:40 AM Thomas Schaefer wrote: > > > arch/arm/dts/imx7d.dtsi | 2 +- > > arch/arm/dts/imx7s.dtsi | 4 ++-- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/arch/arm/dts/imx7d.dtsi b/arch/arm/dts/imx7d.dtsi index > > 30b058934b..2c33aa876f 100644 > > --- a/arch/arm/dts/imx7d.dtsi > > +++ b/arch/arm/dts/imx7d.dtsi > > @@ -101,7 +101,7 @@ > > &aips3 { > > usbotg2: usb at 30b20000 { > > compatible = "fsl,imx7d-usb", "fsl,imx27-usb"; > > - reg = <0x30b20000 0x200>; > > + reg = <0x30b20000 0x10000>; > > Yes, I have just checked the reference manual and 0x10000 size is correct. > > Could you please send a patch to fix it in the kernel dts? > > Then, after it gets fixed in the kernel we can simply import it to U-Boot. > > Thanks does this mean that these dts files are directly imported from linux tree without modification? I have cloned https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git . Is this the right repository to use for the patch? I found you and Shawn Guo in the imx maintainers list (among others). Should I send the patch directly to you, and also to linux-arm-kernel at lists.infradead.org list? Best regards, Thomas