* [PATCH] ARM: dts: keystone: Fix domain register range for clkfftc1
@ 2014-03-18 13:18 Ivan Khoronzhuk
[not found] ` <1395148697-22481-1-git-send-email-ivan.khoronzhuk-l0cyMroinI0@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Khoronzhuk @ 2014-03-18 13:18 UTC (permalink / raw)
To: santosh.shilimkar
Cc: mark.rutland, devicetree, grygorii.strashko, linux, pawel.moll,
ijc+devicetree, linux-kernel, robh+dt, galak, Ivan Khoronzhuk,
linux-arm-kernel
The domain register range for clkfftc1 has to be 0x0235004c
instead of 0x023504c0.
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
---
arch/arm/boot/dts/k2hk-clocks.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/k2hk-clocks.dtsi b/arch/arm/boot/dts/k2hk-clocks.dtsi
index 8855b1f..96e6536 100644
--- a/arch/arm/boot/dts/k2hk-clocks.dtsi
+++ b/arch/arm/boot/dts/k2hk-clocks.dtsi
@@ -209,7 +209,7 @@ clocks {
compatible = "ti,keystone,psc-clock";
clocks = <&chipclk13>;
clock-output-names = "fftc-1";
- reg = <0x02350074 0xb00>, <0x023504c0 0x400>;
+ reg = <0x02350074 0xb00>, <0x0235004c 0x400>;
reg-names = "control", "domain";
domain-id = <19>;
};
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread[parent not found: <1395148697-22481-1-git-send-email-ivan.khoronzhuk-l0cyMroinI0@public.gmane.org>]
* Re: [PATCH] ARM: dts: keystone: Fix domain register range for clkfftc1 [not found] ` <1395148697-22481-1-git-send-email-ivan.khoronzhuk-l0cyMroinI0@public.gmane.org> @ 2014-03-18 16:09 ` Santosh Shilimkar 0 siblings, 0 replies; 2+ messages in thread From: Santosh Shilimkar @ 2014-03-18 16:09 UTC (permalink / raw) To: Ivan Khoronzhuk Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, grygorii.strashko-l0cyMroinI0, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Tuesday 18 March 2014 09:18 AM, Ivan Khoronzhuk wrote: > The domain register range for clkfftc1 has to be 0x0235004c > instead of 0x023504c0. > > Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk-l0cyMroinI0@public.gmane.org> > --- Thanks .. Applying for 3.15-fixes > arch/arm/boot/dts/k2hk-clocks.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/k2hk-clocks.dtsi b/arch/arm/boot/dts/k2hk-clocks.dtsi > index 8855b1f..96e6536 100644 > --- a/arch/arm/boot/dts/k2hk-clocks.dtsi > +++ b/arch/arm/boot/dts/k2hk-clocks.dtsi > @@ -209,7 +209,7 @@ clocks { > compatible = "ti,keystone,psc-clock"; > clocks = <&chipclk13>; > clock-output-names = "fftc-1"; > - reg = <0x02350074 0xb00>, <0x023504c0 0x400>; > + reg = <0x02350074 0xb00>, <0x0235004c 0x400>; > reg-names = "control", "domain"; > domain-id = <19>; > }; > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-18 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 13:18 [PATCH] ARM: dts: keystone: Fix domain register range for clkfftc1 Ivan Khoronzhuk
[not found] ` <1395148697-22481-1-git-send-email-ivan.khoronzhuk-l0cyMroinI0@public.gmane.org>
2014-03-18 16:09 ` Santosh Shilimkar
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).