Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp565346imm; Fri, 12 Oct 2018 03:05:22 -0700 (PDT) X-Google-Smtp-Source: ACcGV61d20Gcs5lRLQMFEc9tRBUPTq5maCoT4BU7EQHVl8s6aMa7ANlq/GHPRFXEqyA6OirPFzc+ X-Received: by 2002:a17:902:bf48:: with SMTP id u8-v6mr5155665pls.144.1539338722287; Fri, 12 Oct 2018 03:05:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539338722; cv=none; d=google.com; s=arc-20160816; b=x6RxX09S/ACEL5stU3/mkUGBOQkpOV5l4ZPERFf5bW7MO98/vf9m8/EEYjQymMYEqV ZIZVRn2kZ9vI+qeEktySx23Q0aUClNXi6+WSpUHfHr7CR0Qbh45WNZlazNz4oKzduGGT yp6gtuCG1RBn9Hspop6MQZananpDCdewupfzoYcrMSyaseRWjx9zo04IiVWk/LoR3c3S ZVtZTGamNQWMetbmG4qsfM7db6LFY7q5nrAPBzuMytO6P7J/hws7KqH5f58i01qbDMdu Yocl4vl2IuZcraUWy4fEv2AsQ+/iP4M8Hi3d89ypFkTcjEx6t9iyxIs9fklXdAQywF4D PFzg== 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:references :in-reply-to:message-id:date:subject:cc:to:from; bh=EI6jySFnGx68QXii1isXSuO9nDJ0WoEVVCK/4794iNA=; b=DiExLwwpeRagSsyYBB2Gu0fpqBhRV5co3tzRZEnP4Y6zIVYsOK+f4g0JQyDuQhHWM0 IW7VIjpzZejWYhWSiJdKlCOyUxt2a4+v+QgAG8Y4Rjo/a+3nSsd0mKF9/643vnFZjsH6 dWv1Kjh9QII9crGubiwBztBxD0dselE0iGo+5j2ckTACMbUS52H5sEorGcbHfSnrbaW1 krSoZg/4XNJvqoy1Yj/W/5UT3y9JvHWbVG4Y4k8Wr37QPp7/z++264AY7QDddZcB4WTG qJMG4wslps6Y1kgphYJ9c2jckKf3hMmxoaWXCByfa5VxW4yDPbkUIErpoXYmEw+sb0L0 RLLQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w15-v6si822541pgc.366.2018.10.12.03.05.07; Fri, 12 Oct 2018 03:05:22 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728426AbeJLRgO (ORCPT + 99 others); Fri, 12 Oct 2018 13:36:14 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:43566 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726917AbeJLRgO (ORCPT ); Fri, 12 Oct 2018 13:36:14 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.07924215|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03303;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=17;RT=17;SR=0;TI=SMTPD_---.D13XTm5_1539338642; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:SMTPD_---.D13XTm5_1539338642) by smtp.aliyun-inc.com(10.147.40.200); Fri, 12 Oct 2018 18:04:02 +0800 From: Guo Ren To: akpm@linux-foundation.org, arnd@arndb.de, daniel.lezcano@linaro.org, davem@davemloft.net, gregkh@linuxfoundation.org, hch@infradead.org, marc.zyngier@arm.com, mark.rutland@arm.com, peterz@infradead.org, robh@kernel.org, tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, c-sky_gcc_upstream@c-sky.com, Guo Ren Subject: [PATCH V8 18/21] dt-bindings: csky CPU Bindings Date: Fri, 12 Oct 2018 12:42:53 +0800 Message-Id: <1c77e479a1dc0119912ac146b1038963b3653381.1539315391.git.ren_guo@c-sky.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds the documentation to describe that how to add cpu nodes in dts for SMP. Signed-off-by: Guo Ren Cc: Rob Herring --- Documentation/devicetree/bindings/csky/cpus.txt | 70 +++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/csky/cpus.txt diff --git a/Documentation/devicetree/bindings/csky/cpus.txt b/Documentation/devicetree/bindings/csky/cpus.txt new file mode 100644 index 0000000..ee3901d --- /dev/null +++ b/Documentation/devicetree/bindings/csky/cpus.txt @@ -0,0 +1,70 @@ +================== +C-SKY CPU Bindings +================== + +The device tree allows to describe the layout of CPUs in a system through +the "cpus" node, which in turn contains a number of subnodes (ie "cpu") +defining properties for every cpu. + +Only SMP system need to care about the cpus node and single processor +needn't define cpus node at all. + +===================================== +cpus and cpu node bindings definition +===================================== + +- cpus node + + Description: Container of cpu nodes + + The node name must be "cpus". + + A cpus node must define the following properties: + + - #address-cells + Usage: required + Value type: + Definition: must be set to 1 + - #size-cells + Usage: required + Value type: + Definition: must be set to 0 + +- cpu node + + Description: Describes one of SMP cores + + PROPERTIES + + - device_type + Usage: required + Value type: + Definition: must be "cpu" + - reg + Usage: required + Value type: + Definition: CPU index + - status: + Usage: required + Value type: + Definition: "ok" means enable the cpu-core + "disabled" means disable the cpu-core + +Example: +-------- + + cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { + device_type = "cpu"; + reg = <0>; + status = "ok"; + }; + + cpu@1 { + device_type = "cpu"; + reg = <1>; + status = "ok"; + }; + }; -- 2.7.4