From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Kaehlcke Subject: Re: [PATCH] arm64: dts: qcom: sdm845: Add UART nodes Date: Wed, 3 Oct 2018 15:59:13 -0700 Message-ID: <20181003225913.GK22824@google.com> References: <20181003211239.41069-1-mka@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Doug Anderson Cc: Andy Gross , David Brown , Rob Herring , Mark Rutland , linux-arm-msm , "open list:ARM/QUALCOMM SUPPORT" , devicetree@vger.kernel.org, LKML List-Id: devicetree@vger.kernel.org On Wed, Oct 03, 2018 at 03:31:03PM -0700, Doug Anderson wrote: > Hi, > > On Wed, Oct 3, 2018 at 2:12 PM Matthias Kaehlcke wrote: > > + uart8: serial@a80000 { > > + compatible = "qcom,geni-uart"; > > + reg = <0xa80000 0x4000>; > > + clock-names = "se"; > > + clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; > > uart8/10/11/12/13/14/15 are on GCC_QUPV3_WRAP1_S0_CLK, not WRAP0. > > Everything else here looks good. I ran my old hacky script at > (mentioned in the message of commit > 897cf34e7305 ("arm64: dts: qcom: sdm845: Add I2C, SPI, and UART9 > nodes")) after changing it to generate "qcom,geni-uart" as the > compatible string and changing it to generate nodes for all UARTs and > the diff looks fine. > > ...so once you fix the clock reference feel free to add my Reviewed-by. Thanks for catching this! I'll send out a fixed version soon.