device tree binding documentation outdated
From: Russell King - ARM Linux <hidden>
Date: 2013-09-26 19:51:58
Also in:
linux-devicetree
From: Russell King - ARM Linux <hidden>
Date: 2013-09-26 19:51:58
Also in:
linux-devicetree
Can someone please point me at the current documentation for the iMX6DL pinctrl bindings? I mean the stuff which looks like this: #define MX6QDL_PAD_ENET_MDC__ESAI_TX5_RX0 0x1e8 0x5b8 0x858 0x2 0x0 which clearly doesn't match: Required properties for pin configuration node: - fsl,pins: two integers array, represents a group of pins mux and config setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a pin working on a specific function, which consists of a tuple of <mux_reg conf_reg input_reg mux_val input_val>. CONFIG is the pad setting value like pull-up on this pin. I thought DT was supposed to make bringing up support on new hardware easier, but without documentation, I'm frankly stuffed with the cubox-i, because it's impossible to work out what the right pinctrl settings should be from what seems to be an undocumented pile of random numbers stuffed into DT. Thanks.