Clean up nonexistent/unused properties handling
authorkn <kn@openbsd.org>
Thu, 1 Apr 2021 12:06:00 +0000 (12:06 +0000)
committerkn <kn@openbsd.org>
Thu, 1 Apr 2021 12:06:00 +0000 (12:06 +0000)
commite3984b72ded6257b54cce4c5ab9b83e0cc80fcf9
tree6dc3cc8b6865fac980da80a14daffd052c7196cc
parente06d60ddcb6cd50b09e2ab3bfb10971d9db7deda
Clean up nonexistent/unused properties handling

Never used since import and probably just ported over from NetBSD as-is;
"design-capacity" does not exist in the device tree binding.
"monitor-interval-ms" defaults to 250ms as per binding and could be used
in the sensor_task_register() call, but our framework only supports whole
seconds and there's no advantage over our current fixed poll interval of 5s.

OK patrick
sys/dev/fdt/cwfg.c