
On Fri, Aug 17, 2018 at 11:22:22AM +0530, Lokesh Vutla wrote:
On Friday 17 August 2018 06:24 AM, Tom Rini wrote:
On Thu, Aug 16, 2018 at 06:26:52PM +0530, Lokesh Vutla wrote:
Similar to every other SoCs define oscillator clock definitions for OMAP4+ SoCs to include/configs/. This will allow to not depend on SoC clock.h header file for getting default timer frequency.
Signed-off-by: Lokesh Vutla lokeshvutla@ti.com
arch/arm/include/asm/arch-omap4/clock.h | 4 ---- arch/arm/include/asm/arch-omap5/clock.h | 8 -------- include/configs/ti_omap4_common.h | 4 ++++ include/configs/ti_omap5_common.h | 8 ++++++++ 4 files changed, 12 insertions(+), 12 deletions(-)
Nak. Long term, include/configs/ files are going away.
okay. patch 3/4 and 4/4 are independent of this and are still valid. Any objections on them?
Nope, those are fine. Thanks!