From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 7/8] ARM: OMAP2+: timer: Add fallback for of_clk_get Date: Mon, 21 Jul 2014 04:10:20 -0700 Message-ID: <20140721111019.GZ18374@atomide.com> References: <1398216429-4681-1-git-send-email-joelf@ti.com> <1398216429-4681-8-git-send-email-joelf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:22149 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754967AbaGULLn (ORCPT ); Mon, 21 Jul 2014 07:11:43 -0400 Content-Disposition: inline In-Reply-To: <1398216429-4681-8-git-send-email-joelf@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Joel Fernandes Cc: Rob Herring , Linux OMAP List , Linux ARM Kernel List , Linux Kernel Mailing List * Joel Fernandes [140422 18:27]: > Not all platforms currently will support of_clk_get on timer > because they may not have clock property in their DT nodes. Add > code to handle this case so that things are kept working. Finally > we can delete this code once all system timer nodes have a clock > property. I think this needs updating now too? Might be best to fix the platforms that don't have clocks available yet via DT instead :) Regards, Tony