• Thomas Abraham's avatar
    ARM: EXYNOS: Add a alias for pdma clocks · 66fdb29d
    Thomas Abraham authored
    PDMA controllers when instantiated from device tree are registered using
    amba_device_register(). The registration process enables clock to the
    controllers to read the peripheral id of the PDMA amba device.
    
    In case of Exynos4, the clocks to the PDMA controllers are named as 'dma'
    but amba_device_register() looks up the clock using the name 'apb_pclk'.
    Hence, alias clocks with name 'apb_pclk' clock are created for clocks
    with name 'dma'.
    Signed-off-by: default avatarThomas Abraham <thomas.abraham@linaro.org>
    Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
    66fdb29d
clock.c 37.5 KB