From mboxrd@z Thu Jan 1 00:00:00 1970 From: pankaj.dubey@samsung.com (pankaj.dubey) Date: Wed, 21 Dec 2016 13:22:15 +0530 Subject: [PATCH v8 1/8] soc: samsung: add exynos chipid driver support In-Reply-To: References: <1481375323-29724-1-git-send-email-pankaj.dubey@samsung.com> <1481375323-29724-2-git-send-email-pankaj.dubey@samsung.com> <9b64f5c0-e289-9091-c784-ae4bfad3caf5@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Markus, Krzysztof, On Monday 19 December 2016 11:33 PM, Krzysztof Kozlowski wrote: > On Mon, Dec 19, 2016 at 3:29 PM, pankaj.dubey wrote: >> >> Hi Markus, >> >> On Monday 19 December 2016 05:29 PM, Markus Reichl wrote: >>> Hi Pankaj, >>> >>> tested your patches 1/8 and 2/8 + Javiers diff for verbose output: >>> https://www.spinics.net/lists/linux-samsung-soc/msg56576.html >>> >>> on Odroid U3: >>> [ 0.080178] Exynos: CPU[UNKNOWN] CPU_REV[0x20] PKG_ID[0x602d058] AUX_INFO[0x0] >>> on Odroid X: >>> [ 0.080169] Exynos: CPU[UNKNOWN] CPU_REV[0x11] PKG_ID[0x1b0f6008] AUX_INFO[0x0] > > Hmm.... this needs fixes. > Ah.. I missed to notice this. I found issue as: in case of Exynos4412 CPU_ID is mentioned wrong as (0xE4412000) in the driver code which caused this issue. Correct value of CPU_ID is 0xE4412200. I will fix this in next version. Once again thanks for testing and letting me know about this issue. Thanks, Pankaj Dubey > Best regards, > Krzysztof > > >