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:
parent
4a4e2138d6
commit
21cc405c8a
|
@ -153,7 +153,7 @@ soc {
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
gic: interrupt-controller@0xf1010000 {
|
||||
gic: interrupt-controller@f1010000 {
|
||||
compatible = "arm,gic-400";
|
||||
#interrupt-cells = <3>;
|
||||
#address-cells = <0>;
|
||||
|
|
Loading…
Reference in New Issue