On 05/13/2013 05:07 AM, Hiroshi Doyu wrote:
> To replace magic number in tegra_car:
>
> - clocks = <&tegra_car 28>;
> + clocks = <&tegra_car CLK_HOST1X>;
> @@ -172,7 +26,7 @@ Example SoC include file:
> };
>
> usb@c5004000 {
> - clocks = <&tegra_car 58>; /* usb2 */
> + clocks = <&tegra_car TEGRA20_CLK_USB2>; /* usb2 */
I forgot to mention: That comment isn't useful any more, since it's
obvious this represents the USB2 clock now that the actual cell data
uses a define.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html