diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-05-25 10:11:40 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-05-30 10:18:01 +0900 |
commit | 21cc405c8a6332ddad2d2751a9723b2b3e227a05 (patch) | |
tree | 6d354c8e39eb682ec139c17880c36660021b231d /arch | |
parent | 4a4e2138d6bb5e6b80e283df73c1acabb0b992f7 (diff) |
arm64: dts: r8a7795: Drop 0x from unit address of gic
Drop 0x from unit address of gic as this is the desired form for
a unit address.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index a4f4ec8daa21..04eb0bc65634 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -153,7 +153,7 @@ #size-cells = <2>; ranges; - gic: interrupt-controller@0xf1010000 { + gic: interrupt-controller@f1010000 { compatible = "arm,gic-400"; #interrupt-cells = <3>; #address-cells = <0>; |