dts: arm: Fix our local patches for H3

sun4i-a10.h is not included anymore, define directly the drive strengh
of the pins.
This commit is contained in:
manu 2017-07-09 13:56:34 +00:00
parent 78955d65bd
commit 0a9bb8092d
2 changed files with 4 additions and 8 deletions

View File

@ -96,14 +96,12 @@
"PD7", "PD8", "PD9", "PD10", "PD12", "PD13",
"PD15", "PD16", "PD17";
allwinner,function = "emac";
allwinner,drive = <SUN4I_PINCTRL_40_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
allwinner,drive = <40>;
};
emac_phy_reset_pin: emac_phy_reset_pin@0 {
allwinner,pins = "PD6";
allwinner,function = "gpio_out";
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
allwinner,drive = <10>;
};
};

View File

@ -50,15 +50,13 @@
emac_phy_reset_pin: emac_phy_reset_pin@0 {
allwinner,pins = "PD6";
allwinner,function = "gpio_out";
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
allwinner,drive = <10>;
};
codec_pa_pin: codec_pa_pin@0 {
allwinner,pins = "PA16";
allwinner,function = "gpio_out";
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
allwinner,drive = <10>;
};
};