-/* $OpenBSD: stfpcie.c,v 1.2 2023/08/30 09:01:51 kettenis Exp $ */
+/* $OpenBSD: stfpcie.c,v 1.3 2023/11/27 13:42:19 jsg Exp $ */
/*
* Copyright (c) 2023 Mark Kettenis <kettenis@openbsd.org>
*
gpio_controller_config_pin(perst_gpio, GPIO_CONFIG_OUTPUT);
gpio_controller_set_pin(perst_gpio, 1);
- /* Disable additonal functions. */
+ /* Disable additional functions. */
for (i = 1; i < 4; i++) {
reg = regmap_read_4(rm, stg_base + STG_ARFUN);
reg &= ~STG_ARFUN_AXI4_SLVL_MASK;