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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2713CC282CB for ; Tue, 5 Feb 2019 03:52:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DCFA12146F for ; Tue, 5 Feb 2019 03:52:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="xAxh/QFo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727572AbfBEDw4 (ORCPT ); Mon, 4 Feb 2019 22:52:56 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:54458 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725900AbfBEDwz (ORCPT ); Mon, 4 Feb 2019 22:52:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1549338773; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=K8+KiOJplo0OKQ/yuRKlX43EKtDV6STI8snp1q6I/bk=; b=xAxh/QFo2KxTUKN9DCGJyG6WX8YtHbZC7mMFzZ6btq90VTwCZDAKu8q5Vohu9U+SgkrCDl vj3Gs5fUDoL/KVjbf8sbXsCqQTeMN0ZWegnv9m9MOg1o7kYs7psKDHypjHyw3EYeljYfEl kkhJ68SEqQKF+eLjk/zgZuJ8ZE768Oc= From: Paul Cercueil To: Rob Herring , Mark Rutland , Boris Brezillon Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: [PATCH v3 1/4] dt-bindings: memory: jz4780: Add compatible string for JZ4740 SoC Date: Tue, 5 Feb 2019 00:52:37 -0300 Message-Id: <20190205035240.31410-2-paul@crapouillou.net> In-Reply-To: <20190205035240.31410-1-paul@crapouillou.net> References: <20190205035240.31410-1-paul@crapouillou.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a compatible string to support the memory controller built into the JZ4740 SoC from Ingenic. Signed-off-by: Paul Cercueil Reviewed-by: Boris Brezillon Reviewed-by: Rob Herring --- v2: No change v3: Change compatible string for jz4740 instead of j4725b .../devicetree/bindings/memory-controllers/ingenic,jz4780-nemc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/memory-controllers/ingenic,jz4780-nemc.txt b/Documentation/devicetree/bindings/memory-controllers/ingenic,jz4780-nemc.txt index f936b5589b19..59b8dcc118ee 100644 --- a/Documentation/devicetree/bindings/memory-controllers/ingenic,jz4780-nemc.txt +++ b/Documentation/devicetree/bindings/memory-controllers/ingenic,jz4780-nemc.txt @@ -5,6 +5,7 @@ controller in Ingenic JZ4780 Required properties: - compatible: Should be set to one of: + "ingenic,jz4740-nemc" (JZ4740) "ingenic,jz4780-nemc" (JZ4780) - reg: Should specify the NEMC controller registers location and length. - clocks: Clock for the NEMC controller. -- 2.11.0