Skip to content

Commit

Permalink
boards: mimxrt1062_fmurt6: 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 <gerard@teslabs.com>
  • Loading branch information
gmarull authored and carlescufi committed Sep 27, 2023
1 parent 7ff5088 commit 078d6c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
14 changes: 0 additions & 14 deletions boards/arm/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,6 @@
};
};

pinmux_sensor: pinmux_sensor {
group0 {
pinmux = <&iomuxc_gpio_emc_13_gpio4_io13>,
<&iomuxc_gpio_emc_09_gpio4_io09>,
<&iomuxc_gpio_emc_06_gpio4_io06>,
<&iomuxc_gpio_emc_41_gpio3_io27>,
<&iomuxc_gpio_ad_b0_00_gpio1_io00>,
<&iomuxc_snvs_pmic_on_req_gpio5_io01>;
drive-strength = "r0-7";
bias-pull-up;
slew-rate = "fast";
};
};

pinmux_flexcan1: pinmux_flexcan1 {
group0 {
pinmux = <&iomuxc_gpio_ad_b1_08_flexcan1_tx>,
Expand Down
12 changes: 0 additions & 12 deletions boards/arm/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@

/* This regulator controls VDD_3V3_SD_CARD onboard supply */
reg-3v3-sdcard {
pinctrl-0 = <&pinmux_sensor>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-sdcard";
enable-gpios = <&gpio4 13 GPIO_ACTIVE_HIGH>;
Expand All @@ -62,8 +60,6 @@

/* This regulator controls VDD_5V_PERIPH onboard supply */
reg-5v-periph {
pinctrl-0 = <&pinmux_sensor>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-5v-periph";
enable-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>;
Expand All @@ -73,8 +69,6 @@

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

/* This regulator controls the 3V3_S line, which powers sensors on-board. */
reg-3v3-sensor {
pinctrl-0 = <&pinmux_sensor>;
pinctrl-names = "default";
compatible = "regulator-fixed";
regulator-name = "reg-3v3-sensor";
enable-gpios = <&gpio3 27 GPIO_ACTIVE_HIGH>;
Expand All @@ -96,8 +88,6 @@

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

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

0 comments on commit 078d6c9

Please sign in to comment.