Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1380489
| From | Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: omap3: Fix ISP syscon register offset |
| Date | 2016-04-16 08:30 +0200 |
| Message-ID | <rorTX-7Di-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
According to the TRM, SCM CONTROL_CSIRXFE register is on offset 0x6c
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
---
arch/arm/boot/dts/omap34xx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi
index 5cdba1f..e446562 100644
--- a/arch/arm/boot/dts/omap34xx.dtsi
+++ b/arch/arm/boot/dts/omap34xx.dtsi
@@ -46,7 +46,7 @@
0x480bd800 0x017c>;
interrupts = <24>;
iommus = <&mmu_isp>;
- syscon = <&scm_conf 0xdc>;
+ syscon = <&scm_conf 0x6c>;
ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>;
#clock-cells = <1>;
ports {
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: omap3: Fix ISP syscon register offset Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> - 2016-04-16 08:30 +0200
Re: [PATCH] ARM: dts: omap3: Fix ISP syscon register offset Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> - 2016-04-22 06:40 +0200
Re: [PATCH] ARM: dts: omap3: Fix ISP syscon register offset Sebastian Reichel <sre@kernel.org> - 2016-04-22 15:20 +0200
Re: [PATCH] ARM: dts: omap3: Fix ISP syscon register offset Tony Lindgren <tony@atomide.com> - 2016-04-26 19:20 +0200
csiph-web