Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp1032729ybm; Wed, 27 May 2020 14:22:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwckhgDzY8RZygDk71eon1H830oEjbhkw323h7jEq9Yk0ANemzzlYd94uPiuFFxdxAo2Zp1 X-Received: by 2002:a17:906:6997:: with SMTP id i23mr235569ejr.347.1590614520507; Wed, 27 May 2020 14:22:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590614520; cv=none; d=google.com; s=arc-20160816; b=oPyiZybhDJUW1FSsiXYsIzoiqrRN8uU86riI5YI1cbg7e0ESVyyXZ8SOjbaxbLwSC9 VqgJqA68A3ykV1w8jjWi29PFy0qHRBkiQIK1TlkiqQ5EN3c1x7XGZfIG9LwULRWHdhsJ gTdGZAcFxUIZUPBqNJNKIbAh+6hrtWYzF2FhGmgVb1Gmu7Abn8xJQYFnx2MnqeT/MElz +35flgujeGrGoOqTPWxuJ7VrMQjx63bcQ5+mmft7XQXpIwDulN+xSkB460MmB37cCDDE 7fPHoP7kTIjMnv87p9KwTiRSJxdTQH8NQJIINNf9uieR1nwhg8tFyk9AJKImxOCt5j3u 033A== 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=0A6uITr+NG0FNi6wPxP8TYyEPcq8igP5I80cLuAHuho=; b=j2T/qCdzYf51b3ZFfCWOWXBTAY6VMcFuhF8rqmC7x/OfQ73iEO686Ay0pdsDA7vJG4 dz1vwVS9D3f71RJxo7X4BlWrJ8IhtTUTSsxSGaVyJm/b/osvHcUCZ2C7lp33Gk7ZqAw2 32IL4UG6RawNLxGj8S0VCyYnQurvtKxS7amZxFzzvhrLvKJO4KYKZXmgBPo4WxrpfOzj Yq9yxPilHLNbFHmRZxmWsPN8tvXuZugB5WUWf86WPsIcFpIdIkqRbQnyPXpFl9TiVMR1 fAJ1qseEhvHL17NW0RH/FowpjrVZLdpMcHt7BkhbPOYjce4OhGKLTZw3gYO2L9c4QvcZ NJHw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f22si2625366ejq.720.2020.05.27.14.21.37; Wed, 27 May 2020 14:22:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728800AbgE0VTg (ORCPT + 99 others); Wed, 27 May 2020 17:19:36 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:4050 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726482AbgE0VTf (ORCPT ); Wed, 27 May 2020 17:19:35 -0400 X-IronPort-AV: E=Sophos;i="5.73,442,1583161200"; d="scan'208";a="48177567" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 28 May 2020 06:19:34 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 41371400C44F; Thu, 28 May 2020 06:19:32 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Magnus Damm , Rob Herring Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Prabhakar , Lad Prabhakar Subject: [PATCH 3/4] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support Date: Wed, 27 May 2020 22:18:39 +0100 Message-Id: <1590614320-30160-4-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1590614320-30160-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <1590614320-30160-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document SoC specific compatible strings for r8a7742. No driver change is needed as the fallback strings will activate the right code. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu --- Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt index a747fab..995fbcf 100644 --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt @@ -19,6 +19,8 @@ Required Properties: - "renesas,r8a7740-cmt2" for the 32-bit CMT2 device included in r8a7740. - "renesas,r8a7740-cmt3" for the 32-bit CMT3 device included in r8a7740. - "renesas,r8a7740-cmt4" for the 32-bit CMT4 device included in r8a7740. + - "renesas,r8a7742-cmt0" for the 32-bit CMT0 device included in r8a7742. + - "renesas,r8a7742-cmt1" for the 48-bit CMT1 device included in r8a7742. - "renesas,r8a7743-cmt0" for the 32-bit CMT0 device included in r8a7743. - "renesas,r8a7743-cmt1" for the 48-bit CMT1 device included in r8a7743. - "renesas,r8a7744-cmt0" for the 32-bit CMT0 device included in r8a7744. -- 2.7.4