From patchwork Wed Sep 23 07:58:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: WANG Xuerui X-Patchwork-Id: 11794251 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 040D91668 for ; Wed, 23 Sep 2020 08:06:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8C272376E for ; Wed, 23 Sep 2020 08:06:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=xen0n.name header.i=@xen0n.name header.b="iWhOkBAz" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726358AbgIWIGw (ORCPT ); Wed, 23 Sep 2020 04:06:52 -0400 Received: from [115.28.160.31] ([115.28.160.31]:55530 "EHLO mailbox.box.xen0n.name" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1726228AbgIWIGw (ORCPT ); Wed, 23 Sep 2020 04:06:52 -0400 Received: from ld50.lan (unknown [101.224.80.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mailbox.box.xen0n.name (Postfix) with ESMTPSA id 52AD5607BE; Wed, 23 Sep 2020 15:59:50 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=xen0n.name; s=mail; t=1600847990; bh=75X06Lpb9Z3b1YfZC/s/JM+hPVwtT2MFnEGIBVtQUgI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iWhOkBAzFVbwVV4BN3D+PuPTswRrFNcRU/I37eX/mWwNNygpcwmpOW4uadj1F6FRG g5BQ3S/m4CMmMPYrw0r+iMKSQu2P+kWASe7QiaFcVif97Lp/h697kF3I0tR+odnNFP Hb4GoLYOUWQaoRSEpqGwzW3xzt72UH9a5BZGn+kA= From: WANG Xuerui To: linux-rtc@vger.kernel.org Cc: WANG Xuerui , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: [PATCH 2/4] dt-bindings: rtc: Add bindings for LS2X RTC Date: Wed, 23 Sep 2020 15:58:43 +0800 Message-Id: <20200923075845.360974-3-git@xen0n.name> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200923075845.360974-1-git@xen0n.name> References: <20200923075845.360974-1-git@xen0n.name> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Document the binding for the LS2X RTC block found on the Loongson-2K SoC and the LS7A bridge, originally appearing on the Loongson-2H. Signed-off-by: WANG Xuerui Cc: Rob Herring Cc: devicetree@vger.kernel.org Acked-by: Rob Herring --- Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml index c7d14de214c4..233666c47d97 100644 --- a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml @@ -42,6 +42,8 @@ properties: - isil,isl1218 # Intersil ISL12022 Real-time Clock - isil,isl12022 + # Loongson LS2X RTC + - loongson,ls2x-rtc # Real Time Clock Module with I2C-Bus - microcrystal,rv3028 # Real Time Clock Module with I2C-Bus