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>
This commit is contained in:
Simon Horman 2016-05-25 10:11:40 +09:00
parent 4a4e2138d6
commit 21cc405c8a

View File

@ -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>;