summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-meson
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2017-10-30 00:17:15 +0100
committerKevin Hilman <khilman@baylibre.com>2017-11-30 15:29:43 -0800
commit9fd7a2e063993a9d47f444147520b9e7fcea4c99 (patch)
treeba0ed4b6a45e055102a2af33847822e4ee166ae2 /arch/arm/mach-meson
parent208e4ea61437930bbf8785c864ee7af1c693a561 (diff)
ARM: dts: meson: fix the memory region of the GPIO interrupt controller
commit 200a575b68d2 ("ARM: dts: meson: organize devices in their corresponding busses") organized all peripherals in busses so that the base register offset of the bus doesn't have to be included in all child-nodes anymore. The GPIO interrupt controller however specifies the register offset without subtracting the "cbus" base address. This leads to a problem where of_iomap inside the irq-meson-gpio driver fails because it actually tries to map 0x182209880 (cbus base = 0xc1100000 + 0xc1109880 for the GPIO interrupt controller). Fix this by using 0x9880 as register offset. Fixes: 7d32bc03bcfb ("ARM: dts: meson8b: enable gpio interrupt controller") Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Acked-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson')
0 files changed, 0 insertions, 0 deletions