mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-13 19:56:40 +00:00
ARM: dts: omap3: Fix ISP syscon register offset
According to the TRM, SCM CONTROL_CSIRXFE register is on offset 0x6c Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> Reviewed-By: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
5607959a4d
commit
e180feaf79
@ -46,7 +46,7 @@
|
|||||||
0x480bd800 0x017c>;
|
0x480bd800 0x017c>;
|
||||||
interrupts = <24>;
|
interrupts = <24>;
|
||||||
iommus = <&mmu_isp>;
|
iommus = <&mmu_isp>;
|
||||||
syscon = <&scm_conf 0xdc>;
|
syscon = <&scm_conf 0x6c>;
|
||||||
ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>;
|
ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
ports {
|
ports {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user