diff options
author | Julien CHAUVEAU <julien.chauveau@neo-technologies.fr> | 2014-11-07 19:44:56 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-11-12 18:30:43 -0500 |
commit | 6df127f37c21596321ad46376e3aea1548084e04 (patch) | |
tree | e596be9e01e63b64dfbd6fa539554fa10a983a18 /arch | |
parent | 7cae068bb1c76c0562c6afe9ff2af876c0f1f7f4 (diff) |
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: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/rk3188.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi index b24e04f6ccc7..1d4d79c6688d 100644 --- a/arch/arm/boot/dts/rk3188.dtsi +++ b/arch/arm/boot/dts/rk3188.dtsi | |||
@@ -111,7 +111,7 @@ | |||
111 | #size-cells = <1>; | 111 | #size-cells = <1>; |
112 | ranges; | 112 | ranges; |
113 | 113 | ||
114 | gpio0: gpio0@0x2000a000 { | 114 | gpio0: gpio0@2000a000 { |
115 | compatible = "rockchip,rk3188-gpio-bank0"; | 115 | compatible = "rockchip,rk3188-gpio-bank0"; |
116 | reg = <0x2000a000 0x100>; | 116 | reg = <0x2000a000 0x100>; |
117 | interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>; | 117 | interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>; |
@@ -124,7 +124,7 @@ | |||
124 | #interrupt-cells = <2>; | 124 | #interrupt-cells = <2>; |
125 | }; | 125 | }; |
126 | 126 | ||
127 | gpio1: gpio1@0x2003c000 { | 127 | gpio1: gpio1@2003c000 { |
128 | compatible = "rockchip,gpio-bank"; | 128 | compatible = "rockchip,gpio-bank"; |
129 | reg = <0x2003c000 0x100>; | 129 | reg = <0x2003c000 0x100>; |
130 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; | 130 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |