From patchwork Thu Nov 28 12:06:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudius Heine X-Patchwork-Id: 1202010 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.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 Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 47NxGX2rt6z9sPT for ; Thu, 28 Nov 2019 23:07:30 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 5CF4FC220C9; Thu, 28 Nov 2019 12:07:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 3432CC21E0B; Thu, 28 Nov 2019 12:07:24 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3974DC21E0B; Thu, 28 Nov 2019 12:07:23 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by lists.denx.de (Postfix) with ESMTPS id 10B16C21C29 for ; Thu, 28 Nov 2019 12:07:22 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47NxGK5sSHz1qrGg; Thu, 28 Nov 2019 13:07:21 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47NxGK5fxdz1r7H2; Thu, 28 Nov 2019 13:07:21 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 elmae3SHHaAn; Thu, 28 Nov 2019 13:07:21 +0100 (CET) X-Auth-Info: Sn4ADqDg7Q89TTCveSjxa63qODQ6PyKVPC8BQdKusGg= Received: from mail-internal.denx.de (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (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; Thu, 28 Nov 2019 13:07:21 +0100 (CET) Received: from deneb.denx.de (deneb [10.0.20.1]) by mail-internal.denx.de (Postfix) with ESMTP id D384518071E; Thu, 28 Nov 2019 13:07:19 +0100 (CET) Received: by deneb.denx.de (Postfix, from userid 569) id B9E1A24E902; Thu, 28 Nov 2019 13:07:19 +0100 (CET) From: Claudius Heine To: Date: Thu, 28 Nov 2019 13:06:32 +0100 Message-Id: <20191128120638.2457-1-ch@denx.de> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Cc: Marek Vasut , Andreas Geisreiter , open list , "NXP i.MX U-Boot Team" , Ludwig Zenz Subject: [U-Boot] [PATCH 0/4] ARM: imx6: DHCOM i.MX6 PDK: Fixing reset X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Hi, currently the reset on the DHCOM i.MX6 board is brocken in u-boot. This patchset fixes that by integrating the sysreset and watchdog dm driver. regards, Claudius Claudius Heine (4): ARM: dts: dh-imx6: add wdt-reboot node for sysreset driver ARM: imx6: DHCOM i.MX6 PDK: Enable sysreset driver ARM: imx6: DHCOM i.MX6 PDK: Enable wdt command ARM: imx6: DHCOM i.MX6 PDK: Use HW_WATCHDOG in SPL arch/arm/dts/imx6qdl-dhcom-pdk2.dtsi | 5 +++++ configs/dh_imx6_defconfig | 3 +++ include/configs/dh_imx6.h | 5 +++++ 3 files changed, 13 insertions(+)