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 2EA22C38142 for ; Wed, 1 Feb 2023 01:12:07 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D70D785B8C; Wed, 1 Feb 2023 02:12:05 +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="U8sRWQ3x"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6598685B7D; Wed, 1 Feb 2023 02:12:03 +0100 (CET) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (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 9C47585B7D for ; Wed, 1 Feb 2023 02:11:59 +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-x834.google.com with SMTP id s4so15425167qtx.6 for ; Tue, 31 Jan 2023 17:11:59 -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=+Qwr/u6yatqt8tzMuUIyw+i2INxcuQm+vJO9sLabAjk=; b=U8sRWQ3xj1ALV4/EYpOo75ueY0YlD+R4nqqquJ1k8x5NjhTTNns6GMWT3M7P9LJjXS C60g4f2d3aQphyrLAq04XzVTPFuHLc7LGmcxOucMC38uaewLD3kddxLpbiHGmeTeOxqp bBPJ9j9aSZapNtkj02OUuQe6S4urs5X47KU+hgArFJtIffz3NBl3SZ06WKRBjhs6GgSk h476DT+HhucwL3H3wNmyp0J323kFKoqD3HsIksCHFTwdhbk/PaDXPkthHH30fjDq+Tbh 1dtutKvCNc9SMeamGJlRsk9x28fZDGSaqSD0UiL8zK3/Bqm4M1egyfQHtFPQmvsxZNtC yi6Q== 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=+Qwr/u6yatqt8tzMuUIyw+i2INxcuQm+vJO9sLabAjk=; b=acwSgd9bNbCZtsOpfa6qcO0io6eBp3FyKEJ4lfK8xjDQQy2Yu+gHwR1x302QRY4hY1 erNwWt2oPFAxTXCVMTssA9Qm9uwpuMx8O2eWYCqWuue8y8PYQAWEmMf3KwQMwQQRlTgh mRv0BHl78t+7uow6+5Pp+xyJaJ61OOHQrDpXyejPP9KkIM/wx6HDNrR4tJ3IGhi3d7NZ xVqwX+0c8+lzM7Eu92B1GW//FUjLWdq8wLzKqDJTWUvN9xw2QaeDMpNh98vxxS75uwDL TL2vLoEliZYM1jTBDGGre5qYHBx0ZeL0XyJSd2xXazwJ+Kl35AeHf4BMlGJqT98QKzHk n/Xw== X-Gm-Message-State: AO0yUKXdyGIXLJ6Y7rTXRMTL0w+/JTtlonHakDNT9ux8eEotBu6gkA0F vxdQuwm9QfBIoL5lMR3yrvc= X-Google-Smtp-Source: AK7set/y5axTtrfvJlP9VkO52xvLgBnx4B6UbCqN/rWhu9+90LXck7RudYMppInOXPxDUPwJ+ZP9ng== X-Received: by 2002:a05:622a:607:b0:3b8:330c:c966 with SMTP id z7-20020a05622a060700b003b8330cc966mr78019qta.51.1675213918432; Tue, 31 Jan 2023 17:11:58 -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 o11-20020ac8428b000000b003b63b8df24asm3353557qtl.36.2023.01.31.17.11.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Jan 2023 17:11:57 -0800 (PST) From: Tony Dinh To: Stefan Roese , U-Boot Mailing List Cc: Tom Rini , =?UTF-8?q?Pali=20Roh=E1r?= , Michael Walle , Tony Dinh Subject: [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Kirkwood boards Date: Tue, 31 Jan 2023 17:11:15 -0800 Message-Id: <20230201011116.17699-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 property dm-pre-reloc is required to boot over UART with kwboot. Enable this in a Kirkwood common u-boot dtsi. Signed-off-by: Tony Dinh --- arch/arm/dts/kirkwood-u-boot.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arch/arm/dts/kirkwood-u-boot.dtsi diff --git a/arch/arm/dts/kirkwood-u-boot.dtsi b/arch/arm/dts/kirkwood-u-boot.dtsi new file mode 100644 index 0000000000..f9e127234c --- /dev/null +++ b/arch/arm/dts/kirkwood-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