Skip to content

Commit 7956574

Browse files
wensgregkh
authored andcommitted
pinctrl: sunxi: Fix SPDIF function name for A83T
commit 7903d4f5e1dec53963cba9b1bc472a76a3532e07 upstream. We use well known standard names for functions that have name, such as I2C, SPI, SPDIF, etc.. Fix the function name of SPDIF, which was named OWA (One Wire Audio) based on Allwinner datasheets. Fixes: 4730f33 ("pinctrl: sunxi: add allwinner A83T PIO controller support") Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3c47208 commit 7956574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ static const struct sunxi_desc_pin sun8i_a83t_pins[] = {
394394
SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 18),
395395
SUNXI_FUNCTION(0x0, "gpio_in"),
396396
SUNXI_FUNCTION(0x1, "gpio_out"),
397-
SUNXI_FUNCTION(0x3, "owa")), /* DOUT */
397+
SUNXI_FUNCTION(0x3, "spdif")), /* DOUT */
398398
SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 19),
399399
SUNXI_FUNCTION(0x0, "gpio_in"),
400400
SUNXI_FUNCTION(0x1, "gpio_out")),

0 commit comments

Comments
 (0)