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 A9445C433FE for ; Sat, 22 Oct 2022 00:58:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CB25984FE0; Sat, 22 Oct 2022 02:58:53 +0200 (CEST) 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="bWHMBNxb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 460BF84F24; Sat, 22 Oct 2022 02:58:50 +0200 (CEST) Received: from mail-qv1-xf36.google.com (mail-qv1-xf36.google.com [IPv6:2607:f8b0:4864:20::f36]) (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 95D9F84FC2 for ; Sat, 22 Oct 2022 02:58:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=aford173@gmail.com Received: by mail-qv1-xf36.google.com with SMTP id e15so2846342qvo.4 for ; Fri, 21 Oct 2022 17:58:46 -0700 (PDT) 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=DaHJYLPpenmB3VIlC0RT5Z/l5NAaahuGHiL1il2VIW0=; b=bWHMBNxbXrx/mjMdWeBao7yRPPOopS9svLBuanKQNSBzblbzgAAA2SqXmGnYzW3Qwm M9a6yg1Rm7i8pheLGsGjqLHXqHheFBwwJ9Rh+PDPK46wE6VFf47CKYr9+fSUwi4qtKvz J8FpOws7TEPqf05MjsMLg25fLPsw3Yz4gh6gg2OivtUgmWE+z5yUQp+ax8SfURtwtZts ZakPLw+8NPgzxtitgCvDGswhtpU2Rt+U5pvGqb5G0fDhcNryfOJAyGyocgy0lWhusSOf DbWGE9OWVZttWaXD1OHhgNKTVDtAqnDfcNN1KGjiAwbWSEzJuHe9VR+ii6fLGgfE+mrV T2fA== 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=DaHJYLPpenmB3VIlC0RT5Z/l5NAaahuGHiL1il2VIW0=; b=Ws0770KdG0iS+n8s5Va6rqRFeCLmvPs5vr79cc1bGHXft/F8mW3+pe7r3FvK0qiC16 OmQkaP1KucrqnnA9cCgLyvhAFwHL/Re1fy6sSfZ9HGajhW3kLacacoToKgYFqp3OlLWE S95iq281pIpTSQWvV/8YEIEkSHSfDeNRNZcChAC1jeeHFZaiK25jh5Wd3CJ4kQKwxBmW +pyzYa0qUDvCzjQbkVjvf6clm5ynIXTy6SblFqGuYp4r8NHLAJFqwe0hfEHqqqtpbXzh LNjnIOVdwZh4GuoAXcCs1rfD+9cLwlb5CDjwgkuWDSJC7ZwZpgGokOGzkmSrSlzNdI4r 2ccg== X-Gm-Message-State: ACrzQf1gpQGcLy7POIPnWnr8KpECyRRa2mod39t/jBeserrh4iwXmDx3 aL5PaIV1ttWoeMX/LcgpdhuR3u8pV8k= X-Google-Smtp-Source: AMsMyM6CU2BL0TYiT7aXsGp4+8Ac5dXfOABK27M63dgeoS7TYIAJMAxUH7ayll2ApN6hXRVRdG496Q== X-Received: by 2002:a0c:ca11:0:b0:4bb:5f97:2d29 with SMTP id c17-20020a0cca11000000b004bb5f972d29mr447786qvk.63.1666400325012; Fri, 21 Oct 2022 17:58:45 -0700 (PDT) Received: from aford-IdeaCentre-A730.lan ([2601:447:d081:b229:10c8:126:4b77:a67d]) by smtp.gmail.com with ESMTPSA id b14-20020ac844ce000000b003434d3b5938sm8869620qto.2.2022.10.21.17.58.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Oct 2022 17:58:44 -0700 (PDT) From: Adam Ford To: u-boot@lists.denx.de Cc: Adam Ford , Fabio Estevam , Stefano Babic , Fabio Estevam , "NXP i.MX U-Boot Team" , "Ariel D'Alessandro" , Michael Trimarchi , Tim Harvey Subject: [PATCH V2 0/7] arm: dts: Create common imx8mn-u-boot Date: Fri, 21 Oct 2022 19:58:30 -0500 Message-Id: <20221022005837.170357-1-aford173@gmail.com> X-Mailer: git-send-email 2.34.1 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 Every imx8mn board has a bunch of similar entries on their respective board-u-boot.dtsi file to make the board bootable. Instead of maintaining multiple files with duplicate code, have them all point to a new, common file. This file includes the necessary nodes that were common to nearly all boards and added spba1 to help faciliate SPL_DM_SERIAL. This also adds support for CONFIG_FSPI_CONF_HEADER which can be used to generate flash.bin files for booting from FlexSPI. Adam Ford (7): arm: dts: imx8mn-u-boot: Create common imx8mn-u-boot.dtsi arm: dts: imx8mn-beacon-kit: Consolidate with imx8mn-u-boot arm: dts: imx8mn-bsh-smm-s2: Consolidate with imx8mn-u-boot arm: dts: imx8mn-ddr4-evk: Consolidate with imx8mn-u-boot arm: dts: imx8mn-evk: Consolidate with imx8mn-u-boot arm: dts: imx8mn-var-som-symphony: Consolidate with imx8mn-u-boot arm: dts: imx8mn-venice: Consolidate with imx8mn-u-boot For the series: Reviewed-by: Fabio Estevam arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi | 180 +------------ .../dts/imx8mn-bsh-smm-s2-u-boot-common.dtsi | 172 +----------- arch/arm/dts/imx8mn-ddr4-evk-u-boot.dtsi | 188 +------------ arch/arm/dts/imx8mn-evk-u-boot.dtsi | 108 -------- arch/arm/dts/imx8mn-u-boot.dtsi | 248 ++++++++++++++++++ .../dts/imx8mn-var-som-symphony-u-boot.dtsi | 188 +------------ arch/arm/dts/imx8mn-venice-u-boot.dtsi | 196 +------------- 7 files changed, 254 insertions(+), 1026 deletions(-) create mode 100644 arch/arm/dts/imx8mn-u-boot.dtsi -- 2.34.1