* [ptxdist] Pin ctrl in devices tree files
@ 2014-05-20 7:59 Sophie
2014-05-20 8:50 ` Lucas Stach
0 siblings, 1 reply; 2+ messages in thread
From: Sophie @ 2014-05-20 7:59 UTC (permalink / raw)
To: ptxdist
Hello,
This question concerns the imx6qdl-tqma6x.dtsi file written by Sascha Hauer,
Pengutronix, but I don't know if he can answer.
Nevertheless, it could be a more general question : I want to know if the
32-bit words programmed in the following lines concern the
IOMUXC_SW_PAD_CTL_PAD registers that is to say IOMUXC_SW_PAD_CTL_PAD_GPIO5
and IOMUXC_SW_PAD_CTL_PAD_GPIO6 registers (Cf. theIMX6SDL Reference Manuel).
Because in the Reference Manuel bits 31-17 are reserved and always 0. Why is
there a '4' in these bits ? Or is it another register ?
-----------------------------------------------------------------------
i2c3 {
pinctrl_i2c3_2: i2c3grp-2 {
fsl,pins = <
MX6QDL_PAD_GPIO_5__I2C3_SCL 0x4001b8b1
MX6QDL_PAD_GPIO_6__I2C3_SDA 0x4001b8b1
>;
};
};
-----------------------------------------------------------------------
Best regards,
Sophie CARAYOL
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] Pin ctrl in devices tree files
2014-05-20 7:59 [ptxdist] Pin ctrl in devices tree files Sophie
@ 2014-05-20 8:50 ` Lucas Stach
0 siblings, 0 replies; 2+ messages in thread
From: Lucas Stach @ 2014-05-20 8:50 UTC (permalink / raw)
To: ptxdist
Am Dienstag, den 20.05.2014, 07:59 +0000 schrieb Sophie:
> Hello,
>
> This question concerns the imx6qdl-tqma6x.dtsi file written by Sascha Hauer,
> Pengutronix, but I don't know if he can answer.
>
> Nevertheless, it could be a more general question : I want to know if the
> 32-bit words programmed in the following lines concern the
> IOMUXC_SW_PAD_CTL_PAD registers that is to say IOMUXC_SW_PAD_CTL_PAD_GPIO5
> and IOMUXC_SW_PAD_CTL_PAD_GPIO6 registers (Cf. theIMX6SDL Reference Manuel).
>
> Because in the Reference Manuel bits 31-17 are reserved and always 0. Why is
> there a '4' in these bits ? Or is it another register ?
>
> -----------------------------------------------------------------------
>
> i2c3 {
> pinctrl_i2c3_2: i2c3grp-2 {
> fsl,pins = <
> MX6QDL_PAD_GPIO_5__I2C3_SCL 0x4001b8b1
> MX6QDL_PAD_GPIO_6__I2C3_SDA 0x4001b8b1
> >;
> };
> };
>
Please look at
Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt to see
what those values are supposed to mean.
Regards,
Lucas
--
Pengutronix e.K. | Lucas Stach |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-20 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20 7:59 [ptxdist] Pin ctrl in devices tree files Sophie
2014-05-20 8:50 ` Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox