summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/clock.c
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-09-30 13:14:51 +0200
committerSimon Glass <sjg@chromium.org>2015-10-03 14:39:19 +0100
commit6f183e869e4e1f42c0f0587883661b780bcbee4f (patch)
tree5366ce7b29df01f37951610e78acda4520c9303f /arch/arm/mach-exynos/clock.c
parentff0a6358b674a7791ecd120034f4a30d227d3ec7 (diff)
downloadtalos-obmc-uboot-6f183e869e4e1f42c0f0587883661b780bcbee4f.tar.gz
talos-obmc-uboot-6f183e869e4e1f42c0f0587883661b780bcbee4f.zip
gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()
After rework in lib/fdtdec.c, the function fdtdec_get_addr() doesn't work for nodes with #size-cells property set to 0. To get GPIO's 'reg' property, the code should use one of: fdtdec_get_addr_size_auto_no/parent() function. Fortunately dm core provides a function to get the property. This commit reworks function gpio_exynos_bind(), to properly use dev_get_addr() for GPIO device. This prevents setting a wrong base register for Exynos GPIOs. Tested on: Odroid U3/X2, Trats, Trats2, Odroid XU3, Snow (by Simon). Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-exynos/clock.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud