* [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
0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
2015-11-09 18:51 [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs Moritz Fischer
@ 2015-11-09 18:55 ` Sören Brinkmann
2015-11-10 8:19 ` Michal Simek
0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* [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
0 siblings, 0 replies; 3+ 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] 3+ messages in thread
end of thread, other threads:[~2015-11-10 8:19 UTC | newest]
Thread overview: 3+ 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:55 ` Sören Brinkmann
2015-11-10 8:19 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).