On Sun, 16 Sep 2012, Jason Cooper wrote:>>> ...On Sun, Sep 16, 2012 at 09:46:52AM +0200, Andrew Lunn wrote:+++ b/Documentation/devicetree/bindings/pinctrl/marvell,kirkwood-pinctrl.txt
@@ -0,0 +1,279 @@
+* Marvell Kirkwood SoC pinctrl driver for mpp
+
+Please refer to marvell,mvebu-pinctrl.txt in this directory for common binding
+part and usage.
+
+Required properties:
+- compatible: "marvell,88f6180-pinctrl",
+ "marvell,88f6190-pinctrl", "marvell,88f6192-pinctrl",
+ "marvell,88f6281-pinctrl", "marvell,88f6282-pinctrl"
+
+This driver supports all kirkwood variants, i.e. 88f6180, 88f619x, and 88f628
If i wanted to mass convert all existing kirkwood DT boards over to
use pinctrl, im stuck at the very first step. I've no idea what chip
they use, it was not relevant before.
Let's try to do the DT correctly, and create a migration path for
kirkwood to work first, then migrate to using the DT fully.
Beware beware.
The DT should of course describe the hardware as accurately as possible.
That doesn't necessarily mean it should describe the hardware as
_extensively_ as possible.
And that doesn't mean that all the information found in the DT has to be
consumed by the kernel either.
Any information that can be *probed* at run time has no benefit being
stuffed in a DT. That's true whether it is Linux or another operating
system. The more that can be probed at run time the better.