From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v2] arm64: dts: qcom: Add Dragonboard 845c Date: Thu, 6 Jun 2019 00:29:09 -0700 Message-ID: <20190606072909.GU22737@tuxbook-pro> References: <20190606043851.18050-1-bjorn.andersson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Vivek Gautam Cc: Andy Gross , David Brown , Rob Herring , Mark Rutland , linux-arm-msm , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list List-Id: devicetree@vger.kernel.org On Thu 06 Jun 00:26 PDT 2019, Vivek Gautam wrote: > Hi Bjorn, > > On Thu, Jun 6, 2019 at 10:10 AM Bjorn Andersson > wrote: > > > > This adds an initial dts for the Dragonboard 845. Supported > > functionality includes Debug UART, UFS, USB-C (peripheral), USB-A > > (host), microSD-card and Bluetooth. > > > > Initializing the SMMU is clearing the mapping used for the splash screen > > framebuffer, which causes the board to reboot. This can be worked around > > using: > > > > fastboot oem select-display-panel none > > This works well with your SMR handoff RFC series too? > With the SMR handoff series this is no longer necessary, we can boot the board with boot splash enabled. > > > > Signed-off-by: Bjorn Andersson > > --- > > Patch looks good, so > Reviewed-by: Vivek Gautam > Thanks, Bjorn