From patchwork Fri May 19 10:43:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 1783718 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=JD5INNIw; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=XPeq0DNk; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4QN3RM3kgsz20dX for ; Fri, 19 May 2023 20:46:07 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 438D986266; Fri, 19 May 2023 12:44:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1684493087; bh=ZNYDQYrNyODZVQviwcyJk9LRmYzFKiUGQn/8IAatpIw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=JD5INNIw6yrVyWRAvj/CBJCu96onAAY4y8gfj4t7mf7HV+r/ft9Gj+AzUPV+TSA/0 K5eOB1TeHF7uRO8teYJfFOZ7BW31qRP4Gkgnw9GI7iBWf/bpiZh53W6XBxEaNVvTn/ JdYnS9x3iQCNCIyJCpyPrWmKSTze6meHwVgwR/zSBBGyaWKLw8APPAyUQMWwarsViV z3EqzBisgz7l78NcITcEsD+OCTUlfURjbbr2OxZdnzF0kFZK2zPXZaL6xGV85F5MqW 2FKtJ+ca2ieh3nrYZ8mUYPjS//dazcCXIaUoJlEU3xnU12wAjBrkQaHoGo6f+Todha MkqyN3MGvv6Xg== Received: from localhost.localdomain (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: lukma@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 60E12862CB; Fri, 19 May 2023 12:44:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1684493070; bh=ZNYDQYrNyODZVQviwcyJk9LRmYzFKiUGQn/8IAatpIw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XPeq0DNkf54IyzNcf7nxbTB1SOMfl8EH8LZ8p+Npd2kPX0PjdU59LEfJYxkLMX3kX NodeImtDCX2qDpE9pJ/ReWJKycuh2KvXNyVTVmz41ggYT375gcbZ/vrKNQiujyCNbQ 8HaGTk1bIzQzm2wQdmVSEkB9oli2bclBjdp3SbiFZ8nRvFlgb1gGsUCVQAYsZ2Au58 IEU5IG0MHmdEXIWom4hVk/0yDep3E0DnVcYfZih6IDnS6M+RP2Ht4qLFU5EChcZ0qY d/a7T7Qg35ocmvJB/gck4ryJyqoOelxz6cKa6GUDWN8Qi2apdZ2FuXqLei3zTGuRZn vfXxM3nDN1j2g== From: Lukasz Majewski To: Stefano Babic , Fabio Estevam , Tom Rini , u-boot@lists.denx.de, Marek Vasut , NXP u-boot Cc: Lukasz Majewski Subject: [PATCH v1 07/16] dts: xea: Remove clocks property from debug UART on XEA Date: Fri, 19 May 2023 12:43:49 +0200 Message-Id: <20230519104359.2048821-8-lukma@denx.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230519104359.2048821-1-lukma@denx.de> References: <20230519104359.2048821-1-lukma@denx.de> MIME-Version: 1.0 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.8 at phobos.denx.de X-Virus-Status: Clean The imx287 SoC doesn't support common clock framework (CCF), so the 'clocks' property is removed to avoid early (i.e. in SPL) errors when SPL_OF_PLATDATA is used. Signed-off-by: Lukasz Majewski --- arch/arm/dts/imx28-xea-u-boot.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/imx28-xea-u-boot.dtsi b/arch/arm/dts/imx28-xea-u-boot.dtsi index 50289cf6d7..52fec31fbb 100644 --- a/arch/arm/dts/imx28-xea-u-boot.dtsi +++ b/arch/arm/dts/imx28-xea-u-boot.dtsi @@ -35,6 +35,7 @@ }; &duart { + /delete-property/ clocks; bootph-pre-ram; type = <1>; /* TYPE_PL011 */ };