Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-mba6: Move pinmux to regulator node

GPIO2_IO00 is used by reg_pcie, move the pinmuxing to this node as well.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Alexander Stein and committed by
Shawn Guo
b251fd8c b9468409

+9 -2
+9 -2
arch/arm/boot/dts/imx6qdl-mba6.dtsi
··· 86 86 87 87 reg_pcie: regulator-pcie { 88 88 compatible = "regulator-fixed"; 89 + pinctrl-names = "default"; 90 + pinctrl-0 = <&pinctrl_regpcie>; 89 91 regulator-name = "supply-pcie"; 90 92 regulator-min-microvolt = <3300000>; 91 93 regulator-max-microvolt = <3300000>; ··· 438 436 MX6QDL_PAD_SD4_DAT3__GPIO2_IO11 0x001b0f0 /* #PCIE.WAKE */ 439 437 MX6QDL_PAD_NANDF_CLE__GPIO6_IO07 0x001b0f0 /* #PCIE.RST */ 440 438 MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x001b0f0 /* #PCIE.DIS */ 441 - /* HYS = 1, DSE = 110, PUE+PKE, SPEED = HIGH (11)*/ 442 - MX6QDL_PAD_NANDF_D0__GPIO2_IO00 0x00130f0 /* PCIE.PWR_EN */ 443 439 >; 444 440 }; 445 441 ··· 459 459 fsl,pins = < 460 460 /* 100 k PD, DSE 120 OHM, SPPEED LO */ 461 461 MX6QDL_PAD_SD4_DAT2__PWM4_OUT 0x00003050 462 + >; 463 + }; 464 + 465 + pinctrl_regpcie: regpciegrp { 466 + fsl,pins = < 467 + /* HYS = 1, DSE = 110, PUE+PKE, SPEED = HIGH (11)*/ 468 + MX6QDL_PAD_NANDF_D0__GPIO2_IO00 0x00130f0 /* PCIE.PWR_EN */ 462 469 >; 463 470 }; 464 471