boards: mimxrt1062_fmurt6: remove regulator-fixed pinctrl entries
regulator-fixed is not a pinctrl-device, so these entries were invalid (and not used). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
7ff50882e9
commit
078d6c9b41
2 changed files with 0 additions and 26 deletions
|
@ -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>,
|
||||
|
|
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue