Message ID | 1378380593-5305-3-git-send-email-chander.kashyap@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 09/05/2013 01:29 PM, Chander Kashyap wrote: > Exynos5420 is octacore SoC from samsung. s/octacore/octa-core ? s/samsung/Samsung > Hence populate all the cpu node enteries. s/cpu/CPU ? s/enteries/entries > Signed-off-by: Chander Kashyap<chander.kashyap@linaro.org> Subjects of the dts patches normally start with "ARM: dts:". I guess this all could be corrected while the patch is being applied to the platform maitainter's tree. -- Thanks, Sylwester
Hi Kukgin, On 6 September 2013 00:52, Sylwester Nawrocki <sylvester.nawrocki@gmail.com> wrote: > On 09/05/2013 01:29 PM, Chander Kashyap wrote: >> >> Exynos5420 is octacore SoC from samsung. > > > s/octacore/octa-core ? > s/samsung/Samsung > > >> Hence populate all the cpu node enteries. > > > s/cpu/CPU ? > s/enteries/entries > >> Signed-off-by: Chander Kashyap<chander.kashyap@linaro.org> > > > Subjects of the dts patches normally start with "ARM: dts:". > > I guess this all could be corrected while the patch is being applied > to the platform maitainter's tree. Shall i send a version or you will take these. > > -- > Thanks, > Sylwester
Chander Kashyap wrote: > > Hi Kukgin, > > On 6 September 2013 00:52, Sylwester Nawrocki > <sylvester.nawrocki@gmail.com> wrote: > > On 09/05/2013 01:29 PM, Chander Kashyap wrote: > >> > >> Exynos5420 is octacore SoC from samsung. > > > > > > s/octacore/octa-core ? > > s/samsung/Samsung > > > > > >> Hence populate all the cpu node enteries. > > > > > > s/cpu/CPU ? > > s/enteries/entries > > > >> Signed-off-by: Chander Kashyap<chander.kashyap@linaro.org> > > > > > > Subjects of the dts patches normally start with "ARM: dts:". > > > > I guess this all could be corrected while the patch is being applied > > to the platform maitainter's tree. > > Shall i send a version or you will take these. > Please re-send :-) Thanks, Kukjin
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index e97c87b..0bd1a40 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -57,6 +57,34 @@ reg = <0x3>; clock-frequency = <1800000000>; }; + + cpu4: cpu@100 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x100>; + clock-frequency = <1000000000>; + }; + + cpu5: cpu@101 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x101>; + clock-frequency = <1000000000>; + }; + + cpu6: cpu@102 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x102>; + clock-frequency = <1000000000>; + }; + + cpu7: cpu@103 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x103>; + clock-frequency = <1000000000>; + }; }; clock: clock-controller@0x10010000 {
Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> --- arch/arm/boot/dts/exynos5420.dtsi | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)