On 15 April 2014 11:17, YoungJun Cho <[email protected]> wrote: > This patch adds sysreg device node, and sysreg property to fimd device node > which is required to use I80 interface. > > Signed-off-by: YoungJun Cho <[email protected]> > Signed-off-by: Inki Dae <[email protected]> > Signed-off-by: Kyungmin Park <[email protected]> > --- > arch/arm/boot/dts/exynos5.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi > index 258dca4..f938bbb 100644 > --- a/arch/arm/boot/dts/exynos5.dtsi > +++ b/arch/arm/boot/dts/exynos5.dtsi > @@ -88,12 +88,18 @@ > status = "disabled"; > }; > > + sys_reg: syscon@10050000 { > + compatible = "samsung,exynos5-sysreg", "syscon";
Do we really need a separate string for this? Can't we use "samsung,exynos4-sysreg" itself? -- With warm regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
