From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-eopbgr130074.outbound.protection.outlook.com ([40.107.13.74]:53888 "EHLO EUR01-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726972AbeK1QVa (ORCPT ); Wed, 28 Nov 2018 11:21:30 -0500 From: Anson Huang Subject: [PATCH V2 1/4] dt-bindings: rtc: add binding doc for i.MX system controller RTC driver Date: Wed, 28 Nov 2018 05:21:04 +0000 Message-ID: <1543382119-2918-2-git-send-email-Anson.Huang@nxp.com> References: <1543382119-2918-1-git-send-email-Anson.Huang@nxp.com> In-Reply-To: <1543382119-2918-1-git-send-email-Anson.Huang@nxp.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org To: "a.zummo@towertech.it" , "alexandre.belloni@bootlin.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , Aisheng DONG , Andy Gross , "arnd@arndb.de" , "horms+renesas@verge.net.au" , "heiko@sntech.de" , "bjorn.andersson@linaro.org" , "enric.balletbo@collabora.com" , "amit.kucheria@linaro.org" , "ezequiel@collabora.com" , "olof@lixom.net" , "shawnguo@kernel.org" , "linux-rtc@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Cc: dl-linux-imx List-ID: NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as system controller, the system controller is in charge of system power, clock and secure RTC etc. management, Linux kernel has to communicate with system controller via MU (message unit) IPC to do RTC operation, this patch adds binding doc for i.MX system controller RTC driver. Signed-off-by: Anson Huang --- no change since V1. Documentation/devicetree/bindings/rtc/rtc-imx-sc.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-imx-sc.txt diff --git a/Documentation/devicetree/bindings/rtc/rtc-imx-sc.txt b/Documen= tation/devicetree/bindings/rtc/rtc-imx-sc.txt new file mode 100644 index 0000000..d6e2353 --- /dev/null +++ b/Documentation/devicetree/bindings/rtc/rtc-imx-sc.txt @@ -0,0 +1,10 @@ +* NXP i.MX System Controller Real Time Clock + +Required properties: +- compatible: should be "nxp,imx8qxp-sc-rtc"; + +Example: + +rtc: rtc { + compatible =3D "nxp,imx8qxp-sc-rtc"; +}; --=20 2.7.4