ARM: dts: sun7i: bananapi-m1-plus: Unify suffix for board specific labels
The dts file uses "bananapi" for some labels and "bananapim1plus" for other. Use the shortened "bpi_m1p" suffix for all board specific labels. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
8b0b593af7
commit
28b725e0a4
|
@ -63,7 +63,7 @@
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&led_pins_bananapi>;
|
pinctrl-0 = <&led_pins_bpi_m1p>;
|
||||||
|
|
||||||
green {
|
green {
|
||||||
label = "bananapi-m1-plus:green:usr";
|
label = "bananapi-m1-plus:green:usr";
|
||||||
|
@ -81,14 +81,14 @@
|
||||||
mmc3_pwrseq: mmc3_pwrseq {
|
mmc3_pwrseq: mmc3_pwrseq {
|
||||||
compatible = "mmc-pwrseq-simple";
|
compatible = "mmc-pwrseq-simple";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc3_pwrseq_pin_bananapim1plus>;
|
pinctrl-0 = <&mmc3_pwrseq_pin_bpi_m1p>;
|
||||||
reset-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 WL-PMU-EN */
|
reset-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 WL-PMU-EN */
|
||||||
};
|
};
|
||||||
|
|
||||||
reg_gmac_3v3: gmac-3v3 {
|
reg_gmac_3v3: gmac-3v3 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_power_pin_bananapi>;
|
pinctrl-0 = <&gmac_power_pin_bpi_m1p>;
|
||||||
regulator-name = "gmac-3v3";
|
regulator-name = "gmac-3v3";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bananapi>;
|
pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bpi_m1p>;
|
||||||
vmmc-supply = <®_vcc3v3>;
|
vmmc-supply = <®_vcc3v3>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 7 10 GPIO_ACTIVE_HIGH>; /* PH10 */
|
cd-gpios = <&pio 7 10 GPIO_ACTIVE_HIGH>; /* PH10 */
|
||||||
|
@ -194,28 +194,28 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&pio {
|
&pio {
|
||||||
gmac_power_pin_bananapi: gmac_power_pin@0 {
|
gmac_power_pin_bpi_m1p: gmac_power_pin@0 {
|
||||||
allwinner,pins = "PH23";
|
allwinner,pins = "PH23";
|
||||||
allwinner,function = "gpio_out";
|
allwinner,function = "gpio_out";
|
||||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||||
};
|
};
|
||||||
|
|
||||||
led_pins_bananapi: led_pins@0 {
|
led_pins_bpi_m1p: led_pins@0 {
|
||||||
allwinner,pins = "PH24", "PG2";
|
allwinner,pins = "PH24", "PG2";
|
||||||
allwinner,function = "gpio_out";
|
allwinner,function = "gpio_out";
|
||||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc0_cd_pin_bananapi: mmc0_cd_pin@0 {
|
mmc0_cd_pin_bpi_m1p: mmc0_cd_pin@0 {
|
||||||
allwinner,pins = "PH10";
|
allwinner,pins = "PH10";
|
||||||
allwinner,function = "gpio_in";
|
allwinner,function = "gpio_in";
|
||||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||||
allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
|
allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc3_pwrseq_pin_bananapim1plus: mmc3_pwrseq_pin@0 {
|
mmc3_pwrseq_pin_bpi_m1p: mmc3_pwrseq_pin@0 {
|
||||||
allwinner,pins = "PH22";
|
allwinner,pins = "PH22";
|
||||||
allwinner,function = "gpio_out";
|
allwinner,function = "gpio_out";
|
||||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||||
|
|
Loading…
Reference in New Issue