From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Subject: [PATCH 0/5] ARM: OMAP2+: Add earlycon support Date: Tue, 17 Jan 2017 09:33:31 +0530 Message-ID: <20170117040336.21700-1-lokeshvutla@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Tony Lindgren , Linux OMAP Mailing List Cc: Device Tree Mailing List , Rob Herring , Tero Kristo , Sekhar Nori , Vignesh R , Nishanth Menon , Lokesh Vutla List-Id: linux-omap@vger.kernel.org This series adds earlycon support for all am33xx, am43xx, am57xx, dra7xx based TI platforms. With this series just passing "earlycon" in bootargs is sufficient for early debug. Tested with omap2plus_defconfig + CONFIG_SERIAL_8250. Lokesh Vutla (5): ARM: OMAP2+: omap_hwmod: Add support for earlycon ARM: dts: am33xx: Add stdout-path property ARM: dts: am43xx: Add stdout-path property ARM: dts: am57xx: Add stdout-path property ARM: dts: dra7xx: Add stdout-path property arch/arm/boot/dts/am335x-evm.dts | 4 +++ arch/arm/boot/dts/am335x-evmsk.dts | 4 +++ arch/arm/boot/dts/am335x-icev2.dts | 4 +++ arch/arm/boot/dts/am437x-gp-evm.dts | 4 +++ arch/arm/boot/dts/am437x-idk-evm.dts | 4 +++ arch/arm/boot/dts/am437x-sk-evm.dts | 4 +++ arch/arm/boot/dts/am43x-epos-evm.dts | 4 +++ arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 4 +++ arch/arm/boot/dts/am57xx-idk-common.dtsi | 4 +++ arch/arm/boot/dts/dra7-evm.dts | 4 +++ arch/arm/boot/dts/dra72-evm-common.dtsi | 4 +++ arch/arm/mach-omap2/omap_hwmod.c | 36 +++++++++++++++++++++++++ 12 files changed, 80 insertions(+) -- 2.11.0 -- 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