Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
modules: rockchip: Fix rk805 modules after recent changesWe need more files now.
arm64: rockchip: Move rk805 pmic driver to dev/iicbus/pmic/rockchipHaving all PMIC driver at the same place makes it easier.
Add RK805 PMIC SupportRK805 is the companion PMIC for RK3328 SoC.Add a driver for it with most of it's regulators supported.MFC after: 1 month