> > It is not really hope. It is very obvious when it is wrong, the whole > > machine stops dead when you are missing a clock. Very simple to test. > > Heh, that's still what I meant - the driver hopes that carrying on will be > OK, and the end user is left to pick up the pieces when it isn't ;) > Obviously that's less of an issue when said end-user is a kernel developer > making a controlled change during SoC bringup, but perhaps more so for an > eager inexperienced hacker cobbling together DTS fragments to convince a > distro kernel to boot on some embedded device Clocks are SoC level stuff, so it is in the DTSI file, not the DTS file. An eager inexperienced hacker cobbling together DTS fragment is not effected. Experienced kernel hackers have put together the DTSI file and tested it. And if an eager inexperienced hacker does touch the DTSI file, they probably deserve to get their finger burnt, and will get a step closer to become an experience kernel hacker. Andrew