Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp5304493ybg; Tue, 22 Oct 2019 00:54:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqzDgd0/yzMfSy8CdEsHUXWovvp5/sweUP74aW67mPVzbhEZ5zNt7lITV72WjzVMzgnDAHFf X-Received: by 2002:a50:f783:: with SMTP id h3mr11409855edn.294.1571730891417; Tue, 22 Oct 2019 00:54:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571730891; cv=none; d=google.com; s=arc-20160816; b=VFBLZzg8xo7vXi6bRgi4tpDY4OvUD8xrDBrcaVl8S/VCDHkVWE3kkNmIn0YijHKu0U OrZPWcJZWtLyH1JgvGd89Sk7+DpagZdq14su3rzcrz5yahjyRY0KFLgMMOwmmPEAtzBQ 0mz9KKoOLZPwykEHaWbwCZ8+tSV84xvponi8LBpBqJC8m1SkKNczwvVDOx0tU2Lhk8h0 gKzTbBhC/d+HVb+eFk9VLQFmUt0kBNW/XCHZ+FKxgsGyLiqu4xmq2lBxA8d3uuCoQlCZ 8SmAaWm+7dqRAQClZ+VskgmMAjdWA5YSC6xVoc4T30HyFsYfw8QrCuyWeOGtNxjwbrYi wWPQ== 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=UYsAk24yrOGfiPFF1rtmVdSehfh98yO0OLgGv47FHvs=; b=GGYefJQsXuNwfv1RLKtRH5wm58PMA7i45cWhT6QLX6+hXheq9iQE1y1gpt3HhKx38S P+HCVhZj2FcLCKzetXdZTYvSAQEEtRXFskpsGxOAlQ9v8AiAI30Gw/59vdPg7gEUsVQk NUdPlocpSZws8xUuw5npd7fzYbX1HFXFBbltfNKDMoQLH++WjoLGMbyO2BCAHzvVYyZX K9DjkqmA6zkb1qq945ACe0Wpx7me4huyLB4gWCO9s7f1iG/hnRLY1KSWOHyT1BJOyyIV TbSav2OnDeDXJxTwbsIplBe9nGfxYhAWzkVCP9nxoDUgYfsC+wonT4aJa7D7hzcHnGyL g2Dg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 34si13267209edk.26.2019.10.22.00.54.27; Tue, 22 Oct 2019 00:54:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388026AbfJVHvt (ORCPT + 99 others); Tue, 22 Oct 2019 03:51:49 -0400 Received: from inva020.nxp.com ([92.121.34.13]:58088 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387827AbfJVHvs (ORCPT ); Tue, 22 Oct 2019 03:51:48 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 26A5B1A0932; Tue, 22 Oct 2019 09:51:45 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 6D37C1A0D3D; Tue, 22 Oct 2019 09:51:38 +0200 (CEST) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 46BBE402F0; Tue, 22 Oct 2019 15:51:30 +0800 (SGT) From: Ran Wang To: "Rafael J . Wysocki" , Rob Herring , Li Yang , Mark Rutland , Pavel Machek , Huang Anson Cc: Li Biwen , Len Brown , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Ran Wang Subject: [PATCH 2/3] Documentation: dt: binding: fsl: Add 'little-endian' and update Chassis define Date: Tue, 22 Oct 2019 15:51:22 +0800 Message-Id: <20191022075123.17057-2-ran.wang_1@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191022075123.17057-1-ran.wang_1@nxp.com> References: <20191022075123.17057-1-ran.wang_1@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org By default, QorIQ SoC's RCPM register block is Big Endian. But there are some exceptions, such as LS1088A and LS2088A, are Little Endian. So add this optional property to help identify them. Actually LS2021A and other Layerscapes won't totally follow Chassis 2.1, so separate them from powerpc SoC. Signed-off-by: Ran Wang Reviewed-by: Rob Herring --- Change in v8: - None. Change in v7: - None. Change in v6: - None. Change in v5: - Add 'Reviewed-by: Rob Herring ' to commit message. - Rename property 'fsl,#rcpm-wakeup-cells' to '#fsl,rcpm-wakeup-cells'. please see https://lore.kernel.org/patchwork/patch/1101022/ Change in v4: - Adjust indectation of 'ls1021a, ls1012a, ls1043a, ls1046a'. Change in v3: - None. Change in v2: - None. Documentation/devicetree/bindings/soc/fsl/rcpm.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/soc/fsl/rcpm.txt b/Documentation/devicetree/bindings/soc/fsl/rcpm.txt index e284e4e..5a33619 100644 --- a/Documentation/devicetree/bindings/soc/fsl/rcpm.txt +++ b/Documentation/devicetree/bindings/soc/fsl/rcpm.txt @@ -5,7 +5,7 @@ and power management. Required properites: - reg : Offset and length of the register set of the RCPM block. - - fsl,#rcpm-wakeup-cells : The number of IPPDEXPCR register cells in the + - #fsl,rcpm-wakeup-cells : The number of IPPDEXPCR register cells in the fsl,rcpm-wakeup property. - compatible : Must contain a chip-specific RCPM block compatible string and (if applicable) may contain a chassis-version RCPM compatible @@ -20,6 +20,7 @@ Required properites: * "fsl,qoriq-rcpm-1.0": for chassis 1.0 rcpm * "fsl,qoriq-rcpm-2.0": for chassis 2.0 rcpm * "fsl,qoriq-rcpm-2.1": for chassis 2.1 rcpm + * "fsl,qoriq-rcpm-2.1+": for chassis 2.1+ rcpm All references to "1.0" and "2.0" refer to the QorIQ chassis version to which the chip complies. @@ -27,14 +28,19 @@ Chassis Version Example Chips --------------- ------------------------------- 1.0 p4080, p5020, p5040, p2041, p3041 2.0 t4240, b4860, b4420 -2.1 t1040, ls1021 +2.1 t1040, +2.1+ ls1021a, ls1012a, ls1043a, ls1046a + +Optional properties: + - little-endian : RCPM register block is Little Endian. Without it RCPM + will be Big Endian (default case). Example: The RCPM node for T4240: rcpm: global-utilities@e2000 { compatible = "fsl,t4240-rcpm", "fsl,qoriq-rcpm-2.0"; reg = <0xe2000 0x1000>; - fsl,#rcpm-wakeup-cells = <2>; + #fsl,rcpm-wakeup-cells = <2>; }; * Freescale RCPM Wakeup Source Device Tree Bindings @@ -44,7 +50,7 @@ can be used as a wakeup source. - fsl,rcpm-wakeup: Consists of a phandle to the rcpm node and the IPPDEXPCR register cells. The number of IPPDEXPCR register cells is defined in - "fsl,#rcpm-wakeup-cells" in the rcpm node. The first register cell is + "#fsl,rcpm-wakeup-cells" in the rcpm node. The first register cell is the bit mask that should be set in IPPDEXPCR0, and the second register cell is for IPPDEXPCR1, and so on. -- 2.7.4