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: 1369661 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=xen0n.name Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=xen0n.name header.i=@xen0n.name header.a=rsa-sha256 header.s=mail header.b=iWhOkBAz; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4Bx9kX3V7Bz9sTS for ; Wed, 23 Sep 2020 18:07:00 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726359AbgIWIGw (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: devicetree@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