From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B Date: Tue, 15 Apr 2014 10:35:29 -0500 Message-ID: <534D51C1.3010007@ti.com> References: <1397574599-29573-1-git-send-email-robertcnelson@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:60657 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbaDOPgM (ORCPT ); Tue, 15 Apr 2014 11:36:12 -0400 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Robert Nelson , Benoit Cousson , "tony@atomide.com" Cc: "linux-omap@vger.kernel.org" , devicetree , "linux-arm-kernel@lists.infradead.org" On 04/15/2014 10:12 AM, Robert Nelson wrote: > On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson wrote: >> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C >> >> Signed-off-by: Robert Nelson >> --- >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++++++++++++++ >> 2 files changed, 16 insertions(+) >> create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts >> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index 35c146f..0bdeba3 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ >> omap3-sbc-t3730.dtb \ >> omap3-devkit8000.dtb \ >> omap3-beagle-xm.dtb \ >> + omap3-beagle-xm-ab.dtb \ >> omap3-evm.dtb \ >> omap3-evm-37xx.dtb \ >> omap3-ldp.dtb \ >> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts >> new file mode 100644 >> index 0000000..9d81123 >> --- /dev/null >> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts >> @@ -0,0 +1,15 @@ >> +/* >> + * Copyright (C) 2011 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 "omap3-beagle-xm.dts" >> + >> +/ { >> + /* HS USB Port 2 Power enable was inverted with the xM C */ >> + hsusb2_power: hsusb2_power_reg { >> + enable-active-high; > }; >> +}; > > Crap, copy paste bug, there. I can send a v2, if you guys are happy > with the "omap3-beagle-xm-ab.dtb" naming.. > > Regards, > Will u-boot adequately handle this as part of find_fdt? -- Regards, Nishanth Menon From mboxrd@z Thu Jan 1 00:00:00 1970 From: nm@ti.com (Nishanth Menon) Date: Tue, 15 Apr 2014 10:35:29 -0500 Subject: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B In-Reply-To: References: <1397574599-29573-1-git-send-email-robertcnelson@gmail.com> Message-ID: <534D51C1.3010007@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/15/2014 10:12 AM, Robert Nelson wrote: > On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson wrote: >> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C >> >> Signed-off-by: Robert Nelson >> --- >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++++++++++++++ >> 2 files changed, 16 insertions(+) >> create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts >> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index 35c146f..0bdeba3 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ >> omap3-sbc-t3730.dtb \ >> omap3-devkit8000.dtb \ >> omap3-beagle-xm.dtb \ >> + omap3-beagle-xm-ab.dtb \ >> omap3-evm.dtb \ >> omap3-evm-37xx.dtb \ >> omap3-ldp.dtb \ >> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts >> new file mode 100644 >> index 0000000..9d81123 >> --- /dev/null >> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts >> @@ -0,0 +1,15 @@ >> +/* >> + * Copyright (C) 2011 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 "omap3-beagle-xm.dts" >> + >> +/ { >> + /* HS USB Port 2 Power enable was inverted with the xM C */ >> + hsusb2_power: hsusb2_power_reg { >> + enable-active-high; > }; >> +}; > > Crap, copy paste bug, there. I can send a v2, if you guys are happy > with the "omap3-beagle-xm-ab.dtb" naming.. > > Regards, > Will u-boot adequately handle this as part of find_fdt? -- Regards, Nishanth Menon