Commit 9f483c71 authored by Aleksei Mamlin's avatar Aleksei Mamlin Committed by Maxime Ripard

ARM: dts: sun7i: Add PA gpio pin to Wexler TAB7200 tablet

Add PA gpio pin for controlling power of two external amplifiers (NS4890) which are used on the Wexler TAB7200 tablet
Signed-off-by: default avatarAleksei Mamlin <mamlinav@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 028997bb
...@@ -74,6 +74,9 @@ chosen { ...@@ -74,6 +74,9 @@ chosen {
}; };
&codec { &codec {
pinctrl-names = "default";
pinctrl-0 = <&codec_pa_pin>;
allwinner,pa-gpios = <&pio 7 15 GPIO_ACTIVE_HIGH>; /* PH15 */
status = "okay"; status = "okay";
}; };
...@@ -176,6 +179,13 @@ bl_enable_pin: bl_enable_pin@0 { ...@@ -176,6 +179,13 @@ bl_enable_pin: bl_enable_pin@0 {
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
}; };
codec_pa_pin: codec_pa_pin@0 {
allwinner,pins = "PH15";
allwinner,function = "gpio_out";
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
};
ts_reset_pin: ts_reset_pin@0 { ts_reset_pin: ts_reset_pin@0 {
allwinner,pins = "PB13"; allwinner,pins = "PB13";
allwinner,function = "gpio_out"; allwinner,function = "gpio_out";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment