From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753154AbcIBKDX (ORCPT ); Fri, 2 Sep 2016 06:03:23 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:33433 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752700AbcIBKDT (ORCPT ); Fri, 2 Sep 2016 06:03:19 -0400 Subject: Re: [PATCH 2/2] ARM: dts: am57xx-beagle-x15: Add support for rev B1 To: Tomi Valkeinen , Tony Lindgren References: <20160902090600.27262-1-nm@ti.com> <20160902090600.27262-3-nm@ti.com> <6617013b-4fcd-76cb-7ef0-9395adcddd8d@ti.com> CC: Kishon Vijay Abraham I , , , , From: Nishanth Menon Message-ID: Date: Fri, 2 Sep 2016 05:01:57 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6617013b-4fcd-76cb-7ef0-9395adcddd8d@ti.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/02/2016 04:58 AM, Tomi Valkeinen wrote: > On 02/09/16 12:06, Nishanth Menon wrote: > >> diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts b/arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts >> new file mode 100644 >> index 000000000000..da61dbba7768 >> --- /dev/null >> +++ b/arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts >> @@ -0,0 +1,24 @@ >> +/* >> + * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ >> + * >> + * This program is free software; you can redistribute it and/or modify >> + * it under the terms of the GNU General Public License version 2 as >> + * published by the Free Software Foundation. >> + */ >> + >> +#include "am57xx-beagle-x15-common.dtsi" >> + >> +/ { >> + model = "TI AM5728 BeagleBoard-X15 rev B1"; >> +}; >> + >> +&tpd12s015 { >> + gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */ >> + <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio6_30, LS OE */ > > Wrong gpio in the comment. Uggh.. thanks for catching that.. should have been gpio2_30 will repost a v2 if there are no further comments at the end of the day.. -- Regards, Nishanth Menon