From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752885AbcIBJGc (ORCPT ); Fri, 2 Sep 2016 05:06:32 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:51459 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752812AbcIBJGa (ORCPT ); Fri, 2 Sep 2016 05:06:30 -0400 From: Nishanth Menon To: Tony Lindgren CC: Tomi Valkeinen , Kishon Vijay Abraham I , , , , , Nishanth Menon Subject: [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1 Date: Fri, 2 Sep 2016 04:05:58 -0500 Message-ID: <20160902090600.27262-1-nm@ti.com> X-Mailer: git-send-email 2.9.1.200.gb1ec08f MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please find the series to cleanup and support Production version of Beagleboard-X15 rev B1 support. More details can be found at https://github.com/beagleboard/beagleboard-x15 Bootlog on B1: http://pastebin.ubuntu.com/23123408/ (sd and hdmi hpd tested) Nishanth Menon (2): ARM: dts: am57xx-beagle-x15: Remove pinmux configurations ARM: dts: am57xx-beagle-x15: Add support for rev B1 arch/arm/boot/dts/Makefile | 1 + ...eagle-x15.dts => am57xx-beagle-x15-common.dtsi} | 230 +----- arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | 24 + arch/arm/boot/dts/am57xx-beagle-x15.dts | 812 +-------------------- 4 files changed, 34 insertions(+), 1033 deletions(-) copy arch/arm/boot/dts/{am57xx-beagle-x15.dts => am57xx-beagle-x15-common.dtsi} (60%) create mode 100644 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts -- 2.9.1.200.gb1ec08f From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1 Date: Fri, 2 Sep 2016 04:05:58 -0500 Message-ID: <20160902090600.27262-1-nm@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Tony Lindgren Cc: Tomi Valkeinen , Kishon Vijay Abraham I , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Nishanth Menon List-Id: devicetree@vger.kernel.org Hi, Please find the series to cleanup and support Production version of Beagleboard-X15 rev B1 support. More details can be found at https://github.com/beagleboard/beagleboard-x15 Bootlog on B1: http://pastebin.ubuntu.com/23123408/ (sd and hdmi hpd tested) Nishanth Menon (2): ARM: dts: am57xx-beagle-x15: Remove pinmux configurations ARM: dts: am57xx-beagle-x15: Add support for rev B1 arch/arm/boot/dts/Makefile | 1 + ...eagle-x15.dts => am57xx-beagle-x15-common.dtsi} | 230 +----- arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | 24 + arch/arm/boot/dts/am57xx-beagle-x15.dts | 812 +-------------------- 4 files changed, 34 insertions(+), 1033 deletions(-) copy arch/arm/boot/dts/{am57xx-beagle-x15.dts => am57xx-beagle-x15-common.dtsi} (60%) create mode 100644 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts -- 2.9.1.200.gb1ec08f -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: nm@ti.com (Nishanth Menon) Date: Fri, 2 Sep 2016 04:05:58 -0500 Subject: [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1 Message-ID: <20160902090600.27262-1-nm@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Please find the series to cleanup and support Production version of Beagleboard-X15 rev B1 support. More details can be found at https://github.com/beagleboard/beagleboard-x15 Bootlog on B1: http://pastebin.ubuntu.com/23123408/ (sd and hdmi hpd tested) Nishanth Menon (2): ARM: dts: am57xx-beagle-x15: Remove pinmux configurations ARM: dts: am57xx-beagle-x15: Add support for rev B1 arch/arm/boot/dts/Makefile | 1 + ...eagle-x15.dts => am57xx-beagle-x15-common.dtsi} | 230 +----- arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | 24 + arch/arm/boot/dts/am57xx-beagle-x15.dts | 812 +-------------------- 4 files changed, 34 insertions(+), 1033 deletions(-) copy arch/arm/boot/dts/{am57xx-beagle-x15.dts => am57xx-beagle-x15-common.dtsi} (60%) create mode 100644 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts -- 2.9.1.200.gb1ec08f