Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1695945
| From | Moritz Fischer <mdf@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes |
| Date | 2017-07-25 18:50 +0200 |
| Message-ID | <u7bbY-5du-17@gated-at.bofh.it> (permalink) |
| References | <u5iKC-7kM-5@gated-at.bofh.it> <u5iKD-7kM-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Jul 20, 2017 at 02:17:00PM +0200, Michal Simek wrote:
> Add missing references to all cpu nodes.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Moritz Fischer <mdf@kernel.org>
> ---
>
> arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 1a3f5e928bb9..4f7d9905e235 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -20,28 +20,28 @@
> #address-cells = <1>;
> #size-cells = <0>;
>
> - cpu@0 {
> + cpu0: cpu@0 {
> compatible = "arm,cortex-a53", "arm,armv8";
> device_type = "cpu";
> enable-method = "psci";
> reg = <0x0>;
> };
>
> - cpu@1 {
> + cpu1: cpu@1 {
> compatible = "arm,cortex-a53", "arm,armv8";
> device_type = "cpu";
> enable-method = "psci";
> reg = <0x1>;
> };
>
> - cpu@2 {
> + cpu2: cpu@2 {
> compatible = "arm,cortex-a53", "arm,armv8";
> device_type = "cpu";
> enable-method = "psci";
> reg = <0x2>;
> };
>
> - cpu@3 {
> + cpu3: cpu@3 {
> compatible = "arm,cortex-a53", "arm,armv8";
> device_type = "cpu";
> enable-method = "psci";
> --
> 1.9.1
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/10] arm64: zynqmp: dtsi changes Michal Simek <michal.simek@xilinx.com> - 2017-07-20 14:30 +0200
[PATCH 01/10] arm64: zynqmp: Add references to cpu nodes Michal Simek <michal.simek@xilinx.com> - 2017-07-20 14:30 +0200
Re: [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes Moritz Fischer <mdf@kernel.org> - 2017-07-25 18:50 +0200
[PATCH 06/10] arm64: zynqmp: Adding prefetchable memory space to pcie node Michal Simek <michal.simek@xilinx.com> - 2017-07-20 14:30 +0200
[PATCH 10/10] arm64: zynqmp: Set status disabled in dtsi Michal Simek <michal.simek@xilinx.com> - 2017-07-20 14:30 +0200
[PATCH 08/10] arm64: zynqmp: Correct IRQ nr for the SMMU Michal Simek <michal.simek@xilinx.com> - 2017-07-20 14:30 +0200
[PATCH 07/10] arm64: zynqmp: Add support for RTC Michal Simek <michal.simek@xilinx.com> - 2017-07-20 14:30 +0200
csiph-web