Skip to content

Commit

Permalink
boards: vmu_rt1170: remove regulator-fixed pinctrl entries
Browse files Browse the repository at this point in the history
regulator-fixed is not a pinctrl-device, so these entries were invalid
(and not used).

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Sep 27, 2023
1 parent ad08b3c commit 7ff5088
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
18 changes: 0 additions & 18 deletions boards/arm/vmu_rt1170/vmu_rt1170-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@
#include <nxp/nxp_imx/rt/mimxrt1176dvmaa-pinctrl.dtsi>

&pinctrl {


pinmux_regulator: pinmux_regulator {
group0 {
pinmux = <&iomuxc_gpio_emc_b1_34_gpio_mux2_io02>,
<&iomuxc_gpio_emc_b1_37_gpio_mux2_io05>,
<&iomuxc_gpio_emc_b1_33_gpio_mux2_io01>,
<&iomuxc_gpio_emc_b1_22_gpio_mux1_io22>,
<&iomuxc_gpio_emc_b1_14_gpio_mux1_io14>,
<&iomuxc_gpio_emc_b1_36_gpio_mux2_io04>,
<&iomuxc_gpio_emc_b1_38_gpio_mux2_io06>,
<&iomuxc_gpio_emc_b1_01_gpio_mux1_io01>,
<&iomuxc_gpio_disp_b2_08_gpio_mux5_io09>;
bias-pull-up;
slew-rate = "fast";
};
};

pinmux_enet: pinmux_enet {
group0 {
pinmux = <&iomuxc_gpio_disp_b2_09_gpio_mux5_io10>,
Expand Down
18 changes: 0 additions & 18 deletions boards/arm/vmu_rt1170/vmu_rt1170.dts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

/* This regulator controls VDD_3V3_SD_CARD onboard supply */
reg-3v3-sdcard {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-sdcard";
enable-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
Expand All @@ -47,8 +45,6 @@

/* This regulator controls VDD_5V_PERIPH onboard supply */
reg-5v-periph {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-5v-periph";
enable-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
Expand All @@ -58,8 +54,6 @@

/* This regulator controls VDD_5V_HIPOWER onboard supply */
reg-5v-hipower {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-5v-hipower";
enable-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
Expand All @@ -69,8 +63,6 @@

/* This regulator controls the VDD_3V3_SENSORS1 onboard supply. */
reg-3v3-sensors-1 {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-sensors-1";
enable-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
Expand All @@ -81,8 +73,6 @@

/* This regulator controls the VDD_3V3_SENSORS2 onboard supply. */
reg-3v3-sensors-2 {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-sensors-2";
enable-gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
Expand All @@ -93,8 +83,6 @@

/* This regulator controls the VDD_3V3_SENSORS3 onboard supply. */
reg-3v3-sensors-3 {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-sensors-3";
enable-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
Expand All @@ -105,8 +93,6 @@

/* This regulator controls the VDD_3V3_SENSORS4 onboard supply. */
reg-3v3-sensors-4 {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-sensors-4";
enable-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>;
Expand All @@ -117,8 +103,6 @@

/* This regulator controls VDD_3V3_SPEKTRUM onboard supply */
reg-3v3-spektrum {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-spektrum";
enable-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
Expand All @@ -128,8 +112,6 @@

/* This regulator controls ETH_VDD_3V3 supply to power up the TJA1103 PHY */
reg-eth-power {
pinctrl-0 = <&pinmux_regulator>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-eth-power";
enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
Expand Down

0 comments on commit 7ff5088

Please sign in to comment.