From patchwork Wed Oct 5 15:23:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9363135 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A01856075E for ; Wed, 5 Oct 2016 15:26:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 91AE628C9D for ; Wed, 5 Oct 2016 15:26:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8652D28CB1; Wed, 5 Oct 2016 15:26:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 904FF28C9D for ; Wed, 5 Oct 2016 15:26:00 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bro3l-0003m9-PY; Wed, 05 Oct 2016 15:24:41 +0000 Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bro3V-0003in-0j for linux-arm-kernel@lists.infradead.org; Wed, 05 Oct 2016 15:24:25 +0000 Received: by mail-lf0-x22d.google.com with SMTP id l131so216338436lfl.2 for ; Wed, 05 Oct 2016 08:24:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=wyvA8mNZmJDI2KZ/Dq03fh5H+5W0OCTJHbR8TGDmGbk=; b=RQY8iyqlOZYeIdzgy2YcsOOCfy9Y0pSR3K35shzsF8R70We3af+U3O3ec4qK3AqrdN jtPSddQsCtNfHnr9u/IeX9SEZnIJHQ52f9tRO+miBBwlGNovT3I1df2bFQ0LwNsZAb7j ANvykwkGs68aacQTnBFWgB32drWmM3D5o2tk9BASdSzx0PlZmptIeG4+DQIsKAHnpdIq hcHolI/+Irw/l3d2+KEtGv4bznb2Ur1HbDOK1H073Q2Ek89oZ5z9F9agDZFiUKdKtvb+ lIP7QrHPy5a1+1ByaHuAUOkGhyyes0HeaAbFd5RqNhb1/5l3OG3RdeQpPNb7GGPywoAv brHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=wyvA8mNZmJDI2KZ/Dq03fh5H+5W0OCTJHbR8TGDmGbk=; b=jxyga2gkMwtAKX1ga4E58o8oaFitCVPCd/tlShFJt+oi8ai6CtoVxKDdgeAvX9vIrd gVszQI8Q52o+wGkZ8Q1Eb2yAmf3SbRnXrp2d49eZO5+89x/51r1BCjr1TAUaOMwc1Bcl sQ1LfZABnM+/5o5/tDshGs+nHWW2k2VGhA1QjGr12F3jSBnZLavptHlkNUhLPnF3ig2p /H07sQDHUGYmkWy/zrM8zV+ys4MAIx07l5H53CUeiJEf2VQwoV/mhNTiOoXnqFRMcQSH y5E1USM95bmx9jP+KQoQLs5HAVMHb4F6qxbuEbQxG8xBj+ULpZyjtdYp3Jsf+n05Ev5Q bZVQ== X-Gm-Message-State: AA6/9RlqurY0oRNoBnPatFSawflcp3/JIFWDTtsz+qqshu1pl6tKq7Eo6/xmaJ2ueupPGyt1 X-Received: by 10.194.235.165 with SMTP id un5mr8154629wjc.200.1475681042900; Wed, 05 Oct 2016 08:24:02 -0700 (PDT) Received: from build.net (build.baylibre.com. [37.187.146.144]) by smtp.gmail.com with ESMTPSA id g203sm3274177wme.2.2016.10.05.08.24.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Oct 2016 08:24:02 -0700 (PDT) From: Neil Armstrong To: Philipp Zabel Subject: [PATCH v2 1/3] reset: oxnas: Add OX820 support Date: Wed, 5 Oct 2016 17:23:34 +0200 Message-Id: <20161005152336.467-2-narmstrong@baylibre.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161005152336.467-1-narmstrong@baylibre.com> References: <20161005152336.467-1-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161005_082425_368991_092AF521 X-CRM114-Status: GOOD ( 11.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-oxnas@lists.tuxfamily.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Neil Armstrong MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP In order to support the Oxford Semiconductor OX820 SoC, add a new compatible string. Signed-off-by: Neil Armstrong --- drivers/reset/reset-oxnas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/reset/reset-oxnas.c b/drivers/reset/reset-oxnas.c index 9449805..0d9036d 100644 --- a/drivers/reset/reset-oxnas.c +++ b/drivers/reset/reset-oxnas.c @@ -80,6 +80,7 @@ static const struct reset_control_ops oxnas_reset_ops = { static const struct of_device_id oxnas_reset_dt_ids[] = { { .compatible = "oxsemi,ox810se-reset", }, + { .compatible = "oxsemi,ox820-reset", }, { /* sentinel */ }, }; MODULE_DEVICE_TABLE(of, oxnas_reset_dt_ids);