[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120912160710.GA21878@codeaurora.org>
Date: Wed, 12 Sep 2012 09:07:10 -0700
From: David Brown <davidb@...eaurora.org>
To: Stephen Boyd <sboyd@...eaurora.org>
Cc: Bryan Huntsman <bryanh@...eaurora.org>,
Daniel Walker <dwalker@...o99.com>,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
devicetree-discuss@...ts.ozlabs.org
Subject: Re: [PATCH 3/9] ARM: msm: Add DT support to msm_timer
On Wed, Sep 05, 2012 at 12:28:53PM -0700, Stephen Boyd wrote:
> diff --git a/Documentation/devicetree/bindings/arm/msm/timer.txt b/Documentation/devicetree/bindings/arm/msm/timer.txt
> + timer@...0a004 {
> + compatible = "qcom,msm-gpt", "qcom,msm-timer";
> + interrupts = <1 2 0x301>;
> + reg = <0x0200a004 0x10>;
> + clock-frequency = <32768>;
> + cpu-offset = <0x40000>;
> + };
> +
> + timer@...0a024 {
> + compatible = "qcom,msm-dgt", "qcom,msm-timer";
> + interrupts = <1 3 0x301>;
> + reg = <0x0200a024 0x10>,
> + <0x0200a034 0x4>;
> + clock-frequency = <6750000>;
> + cpu-offset = <0x40000>;
> + };
The names should be timer@...a004 and timer@...a024, without the
leading zero. If there are no other concerns, I can just fix these up
when I pull the patch in. No need to resend.
Thanks,
David
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists