sunxi: Fix clock_twi_onoff for sun8i-a83
authorHans de Goede <hdegoede@redhat.com>
Wed, 16 Mar 2016 19:57:28 +0000 (20:57 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 23 Mar 2016 21:04:13 +0000 (22:04 +0100)
commita93b0fe3fdd65bfd79f8b77ff828347c8e382eb2
tree0e0f750e7688bfd228a827710a9d21e75b344bac
parent730d2f3a41c5ccae71b5008fffdf697d143be68c
sunxi: Fix clock_twi_onoff for sun8i-a83

clock_sun8i_a83.c did not contain a clock_twi_onoff implementation
at all, this is fixed by moving the clock_sun6i.c implementation,
which is correct for the a83 too, to a shared location.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/cpu/armv7/sunxi/clock.c
arch/arm/cpu/armv7/sunxi/clock_sun6i.c