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 5A199ECAAD7 for ; Fri, 26 Aug 2022 09:49:08 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D44B4848DC; Fri, 26 Aug 2022 11:48:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=ziswiler.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 443A58492D; Fri, 26 Aug 2022 11:48:53 +0200 (CEST) Received: from mout.perfora.net (mout.perfora.net [74.208.4.197]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 24F8D848F4 for ; Fri, 26 Aug 2022 11:48:50 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=ziswiler.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=marcel@ziswiler.com Received: from toolbox.int.toradex.com ([72.182.101.102]) by mrelay.perfora.net (mreueus002 [74.208.5.2]) with ESMTPSA (Nemesis) id 0MH1eO-1ofHJp0fIo-00DqbM; Fri, 26 Aug 2022 11:48:43 +0200 From: Marcel Ziswiler To: u-boot@lists.denx.de Cc: Marcel Ziswiler , Fabio Estevam , "NXP i.MX U-Boot Team" , Stefano Babic Subject: [PATCH v1 05/16] imx6ulz: synchronise device tree with linux Date: Fri, 26 Aug 2022 11:48:23 +0200 Message-Id: <20220826094834.693236-6-marcel@ziswiler.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220826094834.693236-1-marcel@ziswiler.com> References: <20220826094834.693236-1-marcel@ziswiler.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:HIZPFkalRv2ou4J7grRZLGYuu8NIM6EuVcbKthR/Z0HB2Xpczct uyLfkTEPFP9RD2yvP2+sWJoZJS0/D54VOQKWlPqxafvEoKdDfEDL9y8jo1Tw0Lvjc0hahWO lgmEN7HqFkMQ0b0yT11ZjegN0X+dNazOvb2mTh/P+h/G5KUrH8+b2DH3zO6zLNokBa5YNFs /tmLPecFsoXulbCUv4hzA== X-UI-Out-Filterresults: notjunk:1;V03:K0:bx64PhmVZFI=:Y6H8798PStCRgImRYBjXXH TgBN/lekKoNuk4REsoRtvek1Ou9ce8kbXtAZxHELV/cGyhXQsizUyFxjVe2l7Mk0LVY2c7Wi4 SSTbKkhHDXA+cJgPe7edxgLyQyIpa4cGXCzyXAUYHVKFvjfP3bLtiGDeJlPsjf9R4+qZXTEy9 RqD4Qnb7bFKnKkPgqrDnuS0Wz9hpYU40hzqOhhYpayHT9Gxium5b9rNgEHACQ3ctarxpCu3PL mnAy6Z7/S5JdQxzkRqNsRgYtmGdvDP+Y/VyqvJu4lel5ksEa5WQkfxMYCN825nKD13btGhRpl EGRdGIEzYFJgEtTChBM6DTK8O3R5u49BJI+rKtWE3ZYtDa5QAX5t3Ra5K2aENQ5wmDVvWO+sn rKhMNb7DHc0KJK4YTe92fK2g68Uem3gw0T4C8knd09NlrG3GLBFRu6dxlhlGCbdJDUIp0ZMh2 DIr+zuYNlRMwicuKuIfMHJ2Qyb5sAHuS2+wPuPAyKEja8M6EhXcnSf9AuZW+GpNjgc7b9eAyN gZroMSabc53IlQ2DHppvJxT3ZoWaXdYUvL6zwRQa9Up1yjRc4OllyFilo8mQZqun3/PFZww6s dFmhl/KWk39gj7v78ifgNc5m1cdeNNh2TkvdrxGoEAwcWwUHNYPiP8aKG/GIC2udGDl8Dor2O gbOqCipYKEo/269tEP6IGeCTeH4dtdQZFOOXcd6qH0Yg1nIET7XS6iIWijffGtLnMpESJOUhv yX7ZsmN9NAyaZ8O6qwF6ZKkXoOyreTg+Lng4StTiLqBwNuqY407SIWttU48= 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 From: Marcel Ziswiler Synchronise device tree with linux v6.0-rc1. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx6ulz.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/imx6ulz.dtsi b/arch/arm/dts/imx6ulz.dtsi index aeb2ddc540e..0b5f1a76356 100644 --- a/arch/arm/dts/imx6ulz.dtsi +++ b/arch/arm/dts/imx6ulz.dtsi @@ -16,7 +16,6 @@ /delete-property/ serial7; /delete-property/ spi2; /delete-property/ spi3; - /delete-property/ spi4; }; }; -- 2.35.1