From mboxrd@z Thu Jan 1 00:00:00 1970 From: nm@ti.com (Nishanth Menon) Date: Fri, 2 Sep 2016 04:14:52 -0500 Subject: [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1 In-Reply-To: <20160902090600.27262-1-nm@ti.com> References: <20160902090600.27262-1-nm@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/02/2016 04:05 AM, Nishanth Menon wrote: > > 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) > Forgot to add: this series is based on: https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v4.9/dt Also, the upstream u-boot support can only be added once we know what the dt name should be - basically pending dts acceptance.. > 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 > -- Regards, Nishanth Menon