diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-13 08:00:58 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-13 08:01:50 +0000 |
commit | 1f1894ed341519ced3d94c470c2cd01527af0902 (patch) | |
tree | a0ee38e671fe4e7067de2d0307437c16d10c7729 | |
parent | 0340a8c969d1619bdcbd6ef64dd9202b2269d3f8 (diff) |
arm64: conf: Fix comment in std.rockchip
rk808 driver is obviously for the rk808 pmic and not rk805.
Reported by: flo
-rw-r--r-- | sys/arm64/conf/std.rockchip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/conf/std.rockchip b/sys/arm64/conf/std.rockchip index dc4dfadfde39..857cd7ed102b 100644 --- a/sys/arm64/conf/std.rockchip +++ b/sys/arm64/conf/std.rockchip @@ -23,7 +23,7 @@ device fan53555 # Fairchild Semi FAN53555/SYR82x Regulator # Power management controllers device rk8xx # RockChip RK8XX base support device rk805 # RockChip RK805 PMIC -device rk808 # RockChip RK805 PMIC +device rk808 # RockChip RK808 PMIC device rk817 # RockChip RK817 PMIC device syr827 # Silergy SYR827 PMIC device tcs4525 # TCS 4525 PMIC |