All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
@ 2015-11-09 18:51 ` Moritz Fischer
  0 siblings, 0 replies; 7+ messages in thread
From: Moritz Fischer @ 2015-11-09 18:51 UTC (permalink / raw)
  To: robh+dt, michal.simek
  Cc: pawel.moll, mark.rutland, ijc+devicetree, galak, linux,
	soren.brinkmann, devicetree, linux-arm-kernel, linux-kernel,
	Moritz Fischer

By adding labels to the cpu nodes in the dtsi, a dts that
includes it can change the OPPs by referencing the cpu0
through the label.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 arch/arm/boot/dts/zynq-7000.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index dc0457e..0093722 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -19,7 +19,7 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		cpu@0 {
+		cpu0: cpu@0 {
 			compatible = "arm,cortex-a9";
 			device_type = "cpu";
 			reg = <0>;
@@ -33,7 +33,7 @@
 			>;
 		};
 
-		cpu@1 {
+		cpu1: cpu@1 {
 			compatible = "arm,cortex-a9";
 			device_type = "cpu";
 			reg = <1>;
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
@ 2015-11-09 18:51 ` Moritz Fischer
  0 siblings, 0 replies; 7+ messages in thread
From: Moritz Fischer @ 2015-11-09 18:51 UTC (permalink / raw)
  To: linux-arm-kernel

By adding labels to the cpu nodes in the dtsi, a dts that
includes it can change the OPPs by referencing the cpu0
through the label.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 arch/arm/boot/dts/zynq-7000.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index dc0457e..0093722 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -19,7 +19,7 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		cpu at 0 {
+		cpu0: cpu at 0 {
 			compatible = "arm,cortex-a9";
 			device_type = "cpu";
 			reg = <0>;
@@ -33,7 +33,7 @@
 			>;
 		};
 
-		cpu at 1 {
+		cpu1: cpu at 1 {
 			compatible = "arm,cortex-a9";
 			device_type = "cpu";
 			reg = <1>;
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
  2015-11-09 18:51 ` Moritz Fischer
  (?)
@ 2015-11-09 18:55   ` Sören Brinkmann
  -1 siblings, 0 replies; 7+ messages in thread
From: Sören Brinkmann @ 2015-11-09 18:55 UTC (permalink / raw)
  To: Moritz Fischer
  Cc: robh+dt, michal.simek, pawel.moll, mark.rutland, ijc+devicetree,
	galak, linux, devicetree, linux-arm-kernel, linux-kernel

On Mon, 2015-11-09 at 10:51AM -0800, Moritz Fischer wrote:
> By adding labels to the cpu nodes in the dtsi, a dts that
> includes it can change the OPPs by referencing the cpu0
> through the label.
> 
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

	Sören

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
@ 2015-11-09 18:55   ` Sören Brinkmann
  0 siblings, 0 replies; 7+ messages in thread
From: Sören Brinkmann @ 2015-11-09 18:55 UTC (permalink / raw)
  To: Moritz Fischer
  Cc: robh+dt, michal.simek, pawel.moll, mark.rutland, ijc+devicetree,
	galak, linux, devicetree, linux-arm-kernel, linux-kernel

On Mon, 2015-11-09 at 10:51AM -0800, Moritz Fischer wrote:
> By adding labels to the cpu nodes in the dtsi, a dts that
> includes it can change the OPPs by referencing the cpu0
> through the label.
> 
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

	Sören

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
@ 2015-11-09 18:55   ` Sören Brinkmann
  0 siblings, 0 replies; 7+ messages in thread
From: Sören Brinkmann @ 2015-11-09 18:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 2015-11-09 at 10:51AM -0800, Moritz Fischer wrote:
> By adding labels to the cpu nodes in the dtsi, a dts that
> includes it can change the OPPs by referencing the cpu0
> through the label.
> 
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Reviewed-by: S?ren Brinkmann <soren.brinkmann@xilinx.com>

	S?ren

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
  2015-11-09 18:55   ` Sören Brinkmann
@ 2015-11-10  8:19     ` Michal Simek
  -1 siblings, 0 replies; 7+ messages in thread
From: Michal Simek @ 2015-11-10  8:19 UTC (permalink / raw)
  To: Sören Brinkmann, Moritz Fischer
  Cc: mark.rutland, devicetree, linux, pawel.moll, ijc+devicetree,
	michal.simek, linux-kernel, robh+dt, galak, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]

On 11/09/2015 07:55 PM, Sören Brinkmann wrote:
> On Mon, 2015-11-09 at 10:51AM -0800, Moritz Fischer wrote:
>> By adding labels to the cpu nodes in the dtsi, a dts that
>> includes it can change the OPPs by referencing the cpu0
>> through the label.
>>
>> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
> Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

Applied to zynq/dt.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
@ 2015-11-10  8:19     ` Michal Simek
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Simek @ 2015-11-10  8:19 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/09/2015 07:55 PM, S?ren Brinkmann wrote:
> On Mon, 2015-11-09 at 10:51AM -0800, Moritz Fischer wrote:
>> By adding labels to the cpu nodes in the dtsi, a dts that
>> includes it can change the OPPs by referencing the cpu0
>> through the label.
>>
>> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
> Reviewed-by: S?ren Brinkmann <soren.brinkmann@xilinx.com>

Applied to zynq/dt.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151110/13189a22/attachment.sig>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-11-10  8:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09 18:51 [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs Moritz Fischer
2015-11-09 18:51 ` Moritz Fischer
2015-11-09 18:55 ` Sören Brinkmann
2015-11-09 18:55   ` Sören Brinkmann
2015-11-09 18:55   ` Sören Brinkmann
2015-11-10  8:19   ` Michal Simek
2015-11-10  8:19     ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.