Control module will be converted to use syscon, thus add compatible string for this. Signed-off-by: Tero Kristo <t-kristo@xxxxxx> --- arch/arm/boot/dts/omap2420.dtsi | 2 +- arch/arm/boot/dts/omap2430.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index e2b2e93..f6aa8cf 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi @@ -28,7 +28,7 @@ }; scrm: scrm@48000000 { - compatible = "ti,omap2-scrm"; + compatible = "ti,omap2-scrm", "syscon"; reg = <0x48000000 0x1000>; scrm_clocks: clocks { diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi index 0dc8de2..77a7956 100644 --- a/arch/arm/boot/dts/omap2430.dtsi +++ b/arch/arm/boot/dts/omap2430.dtsi @@ -28,7 +28,7 @@ }; scrm: scrm@49002000 { - compatible = "ti,omap2-scrm"; + compatible = "ti,omap2-scrm", "syscon"; reg = <0x49002000 0x1000>; scrm_clocks: clocks { -- 1.7.9.5 -- 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