diff options
| author | Ivaylo Dimitrov <[email protected]> | 2016-04-16 09:20:28 +0300 | 
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2016-04-26 10:11:35 -0700 | 
| commit | e180feaf79b54d999329b194a3650f390acedf2c (patch) | |
| tree | 9de213b3484c1ef1cff1562dbff60c63c3cd4d61 | |
| parent | 5607959a4d5b54dcc9a3572bdbf967dfda88ae66 (diff) | |
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 <[email protected]>
Reviewed-By: Sebastian Reichel <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/omap34xx.dtsi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi index 387dc31822fe..96f8ce7bd2af 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 { |