From patchwork Sat Jan 25 08:01:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 1229176 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: 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=cfQjiBEw; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 484T4W5nY9z9sRV for ; Sat, 25 Jan 2020 19:02:03 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9538A8173E; Sat, 25 Jan 2020 09:01:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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=1579939319; bh=EdUx6jqkeKj5qV/4xYGQHg4zLLQfMq442kIl6/qwIhM=; h=From:To:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:Cc:From; b=cfQjiBEwuPuAZ8VyDwY6ClTzTVLlofKF9an25/N3BsCQhuQqIAFUnd3lDt8HQmnur EkHnxE4xfQUhjUCgue/KwPj1lt6B9SYaCBQcfWp1r7MRLQY6jl8QCN7vcIhbSA98pR obPPxzdHmSOYemUKqru4Eyk8fR5rXr48cQzVThIobA7rFTyXmKPp1Byay6AFDmKy+M Qlx96sLQZeRnIBXN/WPh2cX70R+vKa6MHFZpVftXzk+dFU1milSLilPk9uFVLzuF5S fwQioqnSNclWnMjuqFMykiADVM1QIoHwXRdE4HJ8IBhyC4Q4NGch7z/UvBJI0KDjtu P7Ecq/6P9Nthw== Received: by phobos.denx.de (Postfix, from userid 109) id 07ADC81744; Sat, 25 Jan 2020 09:01:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B5BF981715 for ; Sat, 25 Jan 2020 09:01:55 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=lukma@denx.de Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 484T4M3b8Mz1qqkt; Sat, 25 Jan 2020 09:01:55 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 484T4M37Qtz1qwyP; Sat, 25 Jan 2020 09:01:55 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Z-NCEQZz-ivg; Sat, 25 Jan 2020 09:01:53 +0100 (CET) X-Auth-Info: hhtcaYM/EvLsQOAmaB4kRAoK7qv5VKoEPfSWdMq/uHI= Received: from localhost.localdomain (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sat, 25 Jan 2020 09:01:53 +0100 (CET) From: Lukasz Majewski To: u-boot@lists.denx.de, Stefano Babic Subject: [PATCH v1 0/5] arm: xea: Enhancements for i.MX28 based XEA board Date: Sat, 25 Jan 2020 09:01:35 +0100 Message-Id: <20200125080140.1267-1-lukma@denx.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.26 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tom Rini , "NXP i.MX U-Boot Team" Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.101.4 at phobos.denx.de X-Virus-Status: Clean This patch set provides some enhancements for i.MX28 based XEA board. The most notably one is the ethaddr setup for L2 switch based design and the code to very early enable fec regulator. Lukasz Majewski (5): arm: xea: defconfig: Define space for redundant envs in SPI-NOR flash arm: xea: Provide function to set L2 switch 'local-mac-address' property arm: xea: config: Enable support for XEA board specific device tree tweaks arm: xea: spl: Add GPIO0_0 setup on spl_board_init arm: xea: dts: Add 'fec-3v3' regulator properties to prevent accidental disablement arch/arm/dts/imx28-xea.dts | 2 ++ board/liebherr/xea/xea.c | 49 ++++++++++++++++++++++++++++++++++++- configs/imx28_xea_defconfig | 3 +++ 3 files changed, 53 insertions(+), 1 deletion(-)