From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 460CDC05027 for ; Fri, 10 Feb 2023 21:08:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 613B08590C; Fri, 10 Feb 2023 22:08:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Fmlf3rbY"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 36C4E8590C; Fri, 10 Feb 2023 22:08:40 +0100 (CET) Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4CB5B857CA for ; Fri, 10 Feb 2023 22:08:37 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=mibodhi@gmail.com Received: by mail-qt1-x82f.google.com with SMTP id z5so7312866qtn.8 for ; Fri, 10 Feb 2023 13:08:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=jDpcJpEyWmVR6h7PVE03jX25PcNASUfxkDvb5vJHVZg=; b=Fmlf3rbYF7bAOsMSczf016DVnBYCFV3AbHxyAdL2xj17BPeOMbpT9v5KYkSIoz7Ycv ARYdFkeXYOehML5RecUqfu/DG5xfCvwpARc5f4FaW45wFK5jhgoZR4f/DBIkc9G4TV/J 9Kp45aMxaAT0PR7VRoo3PeH1Dy2ywv4eX0MLMNaUzwOGXSkElHPq67en/USLYvg3bq4Z kqkq5KT0qjv6Lsvw/wfge48bDLR/r4sR+qq2HfTDM17YU+ByitD2oLYAEr1RdcESGmKI ywW0riwsxjYZ09m8hdrpa401OpTUY9bvk7Z5IoHNG1auMdvj/Ai05K4x5QeLZInBBiha qhzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=jDpcJpEyWmVR6h7PVE03jX25PcNASUfxkDvb5vJHVZg=; b=6z1qctoj/ET0+QPD/JAvE7+msXgonbqb9mvWySWrImFxhupq+DGx4buG+JA5idJbA6 TRtkQr5miOPNdN/IY74akOAjSX8XG/JqpSnCBwrvY2rDSJTH3GmkANFP2UQyEa3cxgAv l3UVa1VxNPCJCwK5STxOGTBpsqP+trQJeZr2vl/JYvm1cQGNkJqmSIJHF/ElCux0HawU mnQb5h3PbrPPQrgPqwdwQGJlgHGIP2mA+7WoOfuQ5z5JWni7hu5JRAvn6kVTOkezA4jD xCl4Qwe3patuHqBYxuhQMTClf615msbcMTXmDzSrYlkLybTvLNqyhtC4zPEVZCi4Op5L Tw7Q== X-Gm-Message-State: AO0yUKUdctodtKtwitvg1Y/QZmeP1p/xGzVv0WaVh//2OG1VhRJUdWci 8j2tvSAh8ccGQh6wp1WCj/4= X-Google-Smtp-Source: AK7set8AK2ZIw6AMXjhXbywgqGx/N7ScbxiUFzV2sb1oJy2Tw5YHgcWXadiaUAG5+qgzvQw2qy3SNw== X-Received: by 2002:a05:622a:60b:b0:3b8:26a7:d608 with SMTP id z11-20020a05622a060b00b003b826a7d608mr28916048qta.19.1676063316026; Fri, 10 Feb 2023 13:08:36 -0800 (PST) Received: from localhost.localdomain (76-229-100-169.lightspeed.irvnca.sbcglobal.net. [76.229.100.169]) by smtp.gmail.com with ESMTPSA id t23-20020ac87397000000b003ab7aee56a0sm4048337qtp.39.2023.02.10.13.08.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Feb 2023 13:08:35 -0800 (PST) From: Tony Dinh To: Stefan Roese , U-Boot Mailing List Cc: Michael Walle , Tom Rini , =?UTF-8?q?Pali=20Roh=E1r?= , Tony Dinh , Peng Fan Subject: [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 board Date: Fri, 10 Feb 2023 13:08:17 -0800 Message-Id: <20230210210818.32387-1-mibodhi@gmail.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean When DM_SERIAL is enabled, the device-tree tag u-boot,dm-pre-reloc is required for this board to boot over UART with kwboot. Enable this in kirkwood-pogoplug-series-4-u-boot.dtsi. Signed-off-by: Tony Dinh --- arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi diff --git a/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi b/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi new file mode 100644 index 0000000000..f9e127234c --- /dev/null +++ b/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2023 Tony Dinh + */ +&uart0 { + u-boot,dm-pre-reloc; +}; -- 2.30.2