Since now xusbxti clock's default rate is set in clock.c file,
there is no need to set it again in the machine file.
Signed-off-by: Pankaj Dubey
---
arch/arm/mach-s5pv210/mach-goni.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s5pv210/mach-goni
From: Pankaj
Initialize xusbxti clock's default value here.
So that code duplication in all other mach-board.c can be avoided.
Signed-off-by: Pankaj Dubey
---
arch/arm/plat-s5p/clock.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-s5p/clock.c b
Since there is code duplication in different mach-board.c file it is better
to set default clock rate of xusbxti clock in plat-s5p/clock.c file.
The patches are based on following commit on Kukjin's for-next branch.
Pankaj (1):
ARM: S5P: Set default rate of xusbxti clock
Pankaj Dub
Since now xusbxti clock's default rate is set in clock.c file,
there is no need to set it again in the machine file.
Signed-off-by: Pankaj Dubey
---
arch/arm/mach-exynos/mach-nuri.c |1 -
arch/arm/mach-exynos/mach-origen.c |1 -
arch/arm/mach-exynos/mach-smdk4x12.c |2 --