ARM: dts: rockchip: fix invalid unit-address in rk3188.dtsi
authorJulien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Sat, 8 Nov 2014 00:44:56 +0000 (01:44 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 12 Nov 2014 23:30:43 +0000 (00:30 +0100)
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>
arch/arm/boot/dts/rk3188.dtsi

index b24e04f..1d4d79c 100644 (file)
                #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>;
                        #interrupt-cells = <2>;
                };
 
-               gpio1: gpio1@0x2003c000 {
+               gpio1: gpio1@2003c000 {
                        compatible = "rockchip,gpio-bank";
                        reg = <0x2003c000 0x100>;
                        interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;