From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755140AbdABIIJ (ORCPT ); Mon, 2 Jan 2017 03:08:09 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:29964 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932113AbdABIIH (ORCPT ); Mon, 2 Jan 2017 03:08:07 -0500 Subject: Re: [3/3] ARM: da850: Add ti, da830-uart compatible for serial ports To: Franklin S Cooper Jr , David Lechner , Greg Kroah-Hartman , Rob Herring , Mark Rutland References: <1482265384-715-4-git-send-email-david@lechnology.com> <2982bdd0-0997-f4a7-71c3-9d232237cc23@ti.com> CC: , Axel Haslam , Kevin Hilman , , Bartosz Golaszewski , Alexandre Bailon , , Jiri Slaby , From: Sekhar Nori Message-ID: <11bdcd56-de34-a5ff-7af5-24e4a0e8cd2c@ti.com> Date: Mon, 2 Jan 2017 13:36:40 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <2982bdd0-0997-f4a7-71c3-9d232237cc23@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 22 December 2016 09:36 PM, Franklin S Cooper Jr wrote: > > > On 12/20/2016 02:23 PM, David Lechner wrote: >> TI DA8xx/OMAPL13x/AM17xx/AM18xx SoCs have extra UART registers beyond > > Similar comment about adding Keystone SoCs to the list of SoCs. > >> the standard 8250 registers, so we need a new compatible string to >> indicate this. Also, at least one of these registers uses the full 32 >> bits, so we need to specify reg-io-width in addition to reg-shift. >> >> "ns16550a" is left in the compatible specification since it does work >> as long as the bootloader configures the SoC UART power management >> registers. >> >> Signed-off-by: David Lechner >> --- >> arch/arm/boot/dts/da850.dtsi | 9 ++++++--- > > Similar changes should be made to the various Keystone dtsi files. That will be a different patch though since the two changes will go through different trees. And I strongly suspect David does not have access to a keystone board. So it will have to be done by someone at TI. Thanks, Sekhar