[PATCH v4 0/2] Add the property to make backlight OCP level selectable
From: cy_huang
Date: Tue Jun 21 2022 - 06:36:55 EST
From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
This patch series is to add the backlight ocp level property parsing.
Since v4
- Fix wrong macro usage, must be 'DIV_ROUND_UP', not 'roundup'
Since v3
- Refine the description for backlight ocp property.
- Use the enum to list the supported value.
Since v2
- change the property name from the register style 'richtek,bled-ocp-cel' to
'richtek,bled-ocp-microamp'.
- Use the clamp and roundup to get the ovp level selector.
ChiYuan Huang (2):
dt-bindings: backlight: rt4831: Add the new ocp level property
backlight: rt4831: Apply ocp level from devicetree
.../leds/backlight/richtek,rt4831-backlight.yaml | 5 ++++
drivers/video/backlight/rt4831-backlight.c | 33 +++++++++++++++++++++-
2 files changed, 37 insertions(+), 1 deletion(-)
--
2.7.4