Message ID | 1477398945-22774-5-git-send-email-Minghuan.Lian@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Oct 25, 2016 at 08:35:44PM +0800, Minghuan Lian wrote: > From: Gong Qianyu <Qianyu.Gong@nxp.com> > > In order to support kvm, rev1.1 LS1043a GIC register has been > changed to align as 64K. The patch updates GIC node according to > the rev1.1 hardware. > > Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> > Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com> > --- > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi > index 5295bb9..da1809d 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi > @@ -144,10 +144,10 @@ > compatible = "arm,gic-400"; > #interrupt-cells = <3>; > interrupt-controller; > - reg = <0x0 0x1401000 0 0x1000>, /* GICD */ > - <0x0 0x1402000 0 0x2000>, /* GICC */ > - <0x0 0x1404000 0 0x2000>, /* GICH */ > - <0x0 0x1406000 0 0x2000>; /* GICV */ > + reg = <0x0 0x1410000 0 0x10000>, /* GICD */ > + <0x0 0x1420000 0 0x20000>, /* GICC */ > + <0x0 0x1440000 0 0x20000>, /* GICH */ > + <0x0 0x1460000 0 0x20000>; /* GICV */ ... this breaks HW prior to rev1.1, then. Thanks, Mark.
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi index 5295bb9..da1809d 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi @@ -144,10 +144,10 @@ compatible = "arm,gic-400"; #interrupt-cells = <3>; interrupt-controller; - reg = <0x0 0x1401000 0 0x1000>, /* GICD */ - <0x0 0x1402000 0 0x2000>, /* GICC */ - <0x0 0x1404000 0 0x2000>, /* GICH */ - <0x0 0x1406000 0 0x2000>; /* GICV */ + reg = <0x0 0x1410000 0 0x10000>, /* GICD */ + <0x0 0x1420000 0 0x20000>, /* GICC */ + <0x0 0x1440000 0 0x20000>, /* GICH */ + <0x0 0x1460000 0 0x20000>; /* GICV */ interrupts = <1 9 0xf08>; };