On Apr 15, 2008, at 4:35 PM, Scott Wood wrote:
Anton Vorontsov wrote:
+u32 fsl_get_sys_freq(void)
+{
+ struct device_node *soc;
+ const u32 *prop;
+ int size;
+
+ if (sysfreq != -1)
+ return sysfreq;
+
+ soc = of_find_node_by_type(NULL, "soc");
+ if (!soc)
+ return -1;
Um.. can we finally decide on compatible for the soc nodes,
and add there compatible matching from the start?
This is just a code reorganization; any change in what we match on
should be a separate patch.
I agree and Scott has posted a version of this long ago.
- k
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev