2015-03-30 16:16 GMT+02:00 Markus Reichl <m.reichl@xxxxxxxxxxxxx>: > The Exynos5422 SoC has a s3c6410 RTC where the source clock > is now a mandatory property. > > This patch fixes probe failure of s3c-rtc on Odroid-XU3 boards. > It is based in v4.0-rc2. > > Tested-by: Anand Moon <linux.amoon@xxxxxxxxx> > Signed-off-by: Markus Reichl <m.reichl@xxxxxxxxxxxxx> > --- > Changes since v1: > 1. Dropped Documentation. > 2. Split into 2 parts. > --- > > arch/arm/boot/dts/exynos5422-odroidxu3.dts | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts > index a519c86..ac663ec 100644 > --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts > +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts > @@ -11,6 +11,7 @@ > */ > > /dts-v1/; > +#include <dt-bindings/clock/samsung,s2mps11.h> > #include "exynos5800.dtsi" > > / { > @@ -44,7 +45,7 @@ > hsi2c_4: i2c@12CA0000 { > status = "okay"; > > - s2mps11_pmic@66 { > + s2mps11: s2mps11_pmic@66 { Why this is needed? This phandle is not used later. Rest looks fine. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html