Commit 30e34001 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij

ARM: nomadik: Remove '0x's from nomadik stn8815 DTS file

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6ce4eac1
...@@ -769,14 +769,14 @@ amba { ...@@ -769,14 +769,14 @@ amba {
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
vica: intc@0x10140000 { vica: intc@10140000 {
compatible = "arm,versatile-vic"; compatible = "arm,versatile-vic";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
reg = <0x10140000 0x20>; reg = <0x10140000 0x20>;
}; };
vicb: intc@0x10140020 { vicb: intc@10140020 {
compatible = "arm,versatile-vic"; compatible = "arm,versatile-vic";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment