Somebody in the thread at some point said:
From: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Stroe the CPU ID to system_rev and use it to detect the CPU architecture. Even though s3c64xx has almost same IPs, some IPs such as OneNAND are different. Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
+ system_rev = (idcode & 0x0ffff000) << 4;
We set system_rev from an ATAG in our bootloader.... this trashes that for us.
Is what we're doing there wrong or is overwriting system_rev here wrong? -Andy -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html