Skip to content

Commit

Permalink
ARM: dts: rockchip: fix invalid unit-address in rk3188.dtsi
Browse files Browse the repository at this point in the history
Unit addresses, whilst written in hex, don't contain a 0x prefix.

Signed-off-by: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Julien CHAUVEAU authored and Heiko Stuebner committed Nov 12, 2014
1 parent 7cae068 commit 6df127f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/rk3188.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
#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>;
Expand All @@ -124,7 +124,7 @@
#interrupt-cells = <2>;
};

gpio1: gpio1@0x2003c000 {
gpio1: gpio1@2003c000 {
compatible = "rockchip,gpio-bank";
reg = <0x2003c000 0x100>;
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
Expand Down

0 comments on commit 6df127f

Please sign in to comment.