Commit 6df127f3 authored by Julien CHAUVEAU's avatar Julien CHAUVEAU Committed by Heiko Stuebner

ARM: dts: rockchip: fix invalid unit-address in rk3188.dtsi

Unit addresses, whilst written in hex, don't contain a 0x prefix.
Signed-off-by: default avatarJulien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7cae068b
......@@ -111,7 +111,7 @@ pinctrl: pinctrl {
#size-cells = <1>;
ranges;
gpio0: gpio0@0x2000a000 {
gpio0: gpio0@2000a000 {
compatible = "rockchip,rk3188-gpio-bank0";
reg = <0x2000a000 0x100>;
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
......@@ -124,7 +124,7 @@ gpio0: gpio0@0x2000a000 {
#interrupt-cells = <2>;
};
gpio1: gpio1@0x2003c000 {
gpio1: gpio1@2003c000 {
compatible = "rockchip,gpio-bank";
reg = <0x2003c000 0x100>;
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
......
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