Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1265947 > unrolled thread
| Started by | Moritz Fischer <moritz.fischer@ettus.com> |
|---|---|
| First post | 2015-11-09 20:00 +0100 |
| Last post | 2015-11-10 09:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs. Moritz Fischer <moritz.fischer@ettus.com> - 2015-11-09 20:00 +0100
Re: [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs. Michal Simek <monstr@monstr.eu> - 2015-11-10 09:20 +0100
| From | Moritz Fischer <moritz.fischer@ettus.com> |
|---|---|
| Date | 2015-11-09 20:00 +0100 |
| Subject | [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs. |
| Message-ID | <qsZPA-1LJ-25@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Michal Simek <monstr@monstr.eu> |
|---|---|
| Date | 2015-11-10 09:20 +0100 |
| Subject | Re: [PATCH] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs. |
| Message-ID | <qtcjM-2xd-23@gated-at.bofh.it> |
| In reply to | #1265947 |
[Multipart message — attachments visible in raw view] — view raw
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web