arm64: dts: r8a7795: Drop 0x from unit address of gic
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 25 May 2016 01:11:40 +0000 (10:11 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 May 2016 01:18:01 +0000 (10:18 +0900)
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>
arch/arm64/boot/dts/renesas/r8a7795.dtsi

index a4f4ec8..04eb0bc 100644 (file)
                #size-cells = <2>;
                ranges;
 
-               gic: interrupt-controller@0xf1010000 {
+               gic: interrupt-controller@f1010000 {
                        compatible = "arm,gic-400";
                        #interrupt-cells = <3>;
                        #address-cells = <0>;