The OMAP 3630 syscon register set was missing OMAP3630_CONTROL_CAMERA_PHY_CTRL register at offset 0x2f0. This register used to be mapped directly by the omap3isp driver, which is now moving to use syscon instead. The omap3isp driver did not support DT so no driver change is needed in this patch. Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxx> --- arch/arm/boot/dts/omap3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 01b7111..fe0b293 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -183,7 +183,7 @@ omap3_scm_general: tisyscon@48002270 { compatible = "syscon"; - reg = <0x48002270 0x2f0>; + reg = <0x48002270 0x2f4>; }; pbias_regulator: pbias_regulator { -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html