* [PATCH] arm64: dts: zte: clean up gic-v3 redistributor properties
@ 2016-12-03 12:36 Shawn Guo
2016-12-03 13:08 ` Marc Zyngier
0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2016-12-03 12:36 UTC (permalink / raw)
To: linux-arm-kernel
The gic-v3 property redistributor-stride is only meant as a workaround
for broken platforms that have a redistributor stride deviating what the
architecture defines, i.e. 128KiB for GICv3, 256KiB for GICv4. This is
not the case for ZX296718, and redistributor-stride is not really
necessary. Let's drop it.
Also, #redistributor-regions is only required when there is more than
one such region is present. Let's remove it as well.
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
---
arch/arm64/boot/dts/zte/zx296718.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi
index 6b239a365f01..dd2cd73c774c 100644
--- a/arch/arm64/boot/dts/zte/zx296718.dtsi
+++ b/arch/arm64/boot/dts/zte/zx296718.dtsi
@@ -239,8 +239,6 @@
compatible = "arm,gic-v3";
#interrupt-cells = <3>;
#address-cells = <0>;
- #redistributor-regions = <1>;
- redistributor-stride = <0x20000>;
interrupt-controller;
reg = <0x02a00000 0x10000>,
<0x02b00000 0xc0000>;
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] arm64: dts: zte: clean up gic-v3 redistributor properties
2016-12-03 12:36 [PATCH] arm64: dts: zte: clean up gic-v3 redistributor properties Shawn Guo
@ 2016-12-03 13:08 ` Marc Zyngier
0 siblings, 0 replies; 2+ messages in thread
From: Marc Zyngier @ 2016-12-03 13:08 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, 3 Dec 2016 20:36:40 +0800
Shawn Guo <shawnguo@kernel.org> wrote:
> The gic-v3 property redistributor-stride is only meant as a workaround
> for broken platforms that have a redistributor stride deviating what the
> architecture defines, i.e. 128KiB for GICv3, 256KiB for GICv4. This is
> not the case for ZX296718, and redistributor-stride is not really
> necessary. Let's drop it.
>
> Also, #redistributor-regions is only required when there is more than
> one such region is present. Let's remove it as well.
>
> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
M.
--
Without deviation from the norm, progress is not possible.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-03 13:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 12:36 [PATCH] arm64: dts: zte: clean up gic-v3 redistributor properties Shawn Guo
2016-12-03 13:08 ` Marc Zyngier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox