[PATCH V2 02/12] dtb: amd: Fix GICv2 hypervisor and virtual interface sizes

2016-02-08 Thread Suravee Suthikulpanit
From: Brijesh Singh 

This patch fixes incorrect sizes of the GICv2 device tree node.
This has triggered error message when booting Xen hypervisor.

Signed-off-by: Brijesh Singh 
Signed-off-by: Suravee Suthikulpanit 
---
 arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi 
b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
index 2874d92..fdd0c96 100644
--- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
+++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
@@ -18,8 +18,8 @@
#size-cells = <2>;
reg = <0x0 0xe111 0 0x1000>,
  <0x0 0xe112f000 0 0x2000>,
- <0x0 0xe114 0 0x1>,
- <0x0 0xe116 0 0x1>;
+ <0x0 0xe114 0 0x2000>,
+ <0x0 0xe116 0 0x2000>;
interrupts = <1 9 0xf04>;
ranges = <0 0 0 0xe110 0 0x10>;
v2m0: v2m@e008 {
-- 
2.5.0



[PATCH V2 02/12] dtb: amd: Fix GICv2 hypervisor and virtual interface sizes

2016-02-08 Thread Suravee Suthikulpanit
From: Brijesh Singh 

This patch fixes incorrect sizes of the GICv2 device tree node.
This has triggered error message when booting Xen hypervisor.

Signed-off-by: Brijesh Singh 
Signed-off-by: Suravee Suthikulpanit 
---
 arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi 
b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
index 2874d92..fdd0c96 100644
--- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
+++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
@@ -18,8 +18,8 @@
#size-cells = <2>;
reg = <0x0 0xe111 0 0x1000>,
  <0x0 0xe112f000 0 0x2000>,
- <0x0 0xe114 0 0x1>,
- <0x0 0xe116 0 0x1>;
+ <0x0 0xe114 0 0x2000>,
+ <0x0 0xe116 0 0x2000>;
interrupts = <1 9 0xf04>;
ranges = <0 0 0 0xe110 0 0x10>;
v2m0: v2m@e008 {
-- 
2.5.0