Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp6512894ybe; Wed, 18 Sep 2019 04:55:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqypOi55UoTFk8f5h2DLpdSDrJCivAB+6zyMvIWYw5sOtNRT2D5XnjSjWbnFBbZWlLDU5KXu X-Received: by 2002:a17:906:74d4:: with SMTP id z20mr9109989ejl.191.1568807734166; Wed, 18 Sep 2019 04:55:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568807734; cv=none; d=google.com; s=arc-20160816; b=mMF1iDJt7xCLwMhzGjlcRFdgQgyr1Ow8iVZf9mtofyBMBISgH1R20f5IP9/Bk2ah71 hsnrKI+SxslKzlyVfGoOvgsVjhMACbXKamqYZ2cOAlJhhcEAiKrPgRc/hZuc3BziyiwG As4ujsQXFtXuf6/Tr+e2ApBpWF/WTLo1nMrsOeVBllWjv3t6/u0Yx0XX3E1haHOKZQpF R8BWfifFDD39RAV/lWR0Z/lYaea4QQVDiKfpd/mS+LBpyens1Glv+DMUjgD9+xNjZFbx xutOUWPRHTAuqKUfDaDfRGsdToLhhj2blgRRV5NY2yBok7QzEWaT4TYNH9KVzCOp8tRN SDZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=Q6IN2FYHElnqgYD13fk3/bmK2zf9QX7OzibNe6z56TM=; b=O/ustYHUFoU86azLjOH698E93ECGID/i2B6527iOEB0w0OEeKuRAJeMCpfsKoyg8A+ ib2OEUPQZskhk4pyolxgxOHS8/UyV0sm9lUdkTGmaSdE748yr4EECNzHPR6owuMmCbHJ 4nIkCn/w2IDlClNKi97PCM93wW/Z2SRPyqmDgy8OVHzVvPJAmXtXtdxATBx7z/D/uBBf xoxdSo4jQBXtj5uwsqnFUqt35rV64eTNqOYEOP+lDftA2Gs2i93hTFQtp8jUG80KtYdR cGcmSg0h5mwlRF7Wp4wZnK+10Z8jtx+p/tmUZJEj43I7wMVa4tOBqeJFDALXvgf1HXCG TJDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b26si2184914eju.87.2019.09.18.04.55.10; Wed, 18 Sep 2019 04:55:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729421AbfIRIFk (ORCPT + 99 others); Wed, 18 Sep 2019 04:05:40 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:42668 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725298AbfIRIFj (ORCPT ); Wed, 18 Sep 2019 04:05:39 -0400 X-IronPort-AV: E=Sophos;i="5.64,519,1559487600"; d="scan'208";a="26877426" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 18 Sep 2019 17:05:38 +0900 Received: from renesas-VirtualBox.ree.adwin.renesas.com (unknown [10.226.37.56]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id DF00B41CA6D1; Wed, 18 Sep 2019 17:05:36 +0900 (JST) From: Gareth Williams To: Mark Brown Cc: Phil Edworthy , Geert Uytterhoeven , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Gareth Williams Subject: [PATCH v2 4/4] spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller Date: Wed, 18 Sep 2019 09:04:36 +0100 Message-Id: <1568793876-9009-5-git-send-email-gareth.williams.jx@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1568793876-9009-1-git-send-email-gareth.williams.jx@renesas.com> References: <1568793876-9009-1-git-send-email-gareth.williams.jx@renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Phil Edworthy The Renesas RZ/N1 SPI Controller is based on the Synopsys DW SSI, but has additional registers for software CS control and DMA. This patch does not address the changes required for DMA support, it simply adds the compatible string. The CS registers are not needed as Linux can use gpios for the CS signals. Signed-off-by: Gareth Williams Signed-off-by: Phil Edworthy --- v2: no changes --- drivers/spi/spi-dw-mmio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-dw-mmio.c b/drivers/spi/spi-dw-mmio.c index edb3cf6..3640b01 100644 --- a/drivers/spi/spi-dw-mmio.c +++ b/drivers/spi/spi-dw-mmio.c @@ -225,6 +225,7 @@ static const struct of_device_id dw_spi_mmio_of_match[] = { { .compatible = "mscc,ocelot-spi", .data = dw_spi_mscc_ocelot_init}, { .compatible = "mscc,jaguar2-spi", .data = dw_spi_mscc_jaguar2_init}, { .compatible = "amazon,alpine-dw-apb-ssi", .data = dw_spi_alpine_init}, + { .compatible = "renesas,rzn1-spi", }, { /* end of table */} }; MODULE_DEVICE_TABLE(of, dw_spi_mmio_of_match); -- 2.7.4