Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt_bindings: bd71828: Add clock output mode

The BD71828 allows configuring the clk32kout pin mode to CMOS or
open-drain. Add device-tree property for specifying the preferred mode.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Matti Vaittinen and committed by
Lee Jones
d6ee7f23 316d0d92

+6
+6
Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml
··· 44 44 clock-output-names: 45 45 const: bd71828-32k-out 46 46 47 + rohm,clkout-open-drain: 48 + description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos". 49 + $ref: "/schemas/types.yaml#/definitions/uint32" 50 + minimum: 0 51 + maximum: 1 52 + 47 53 rohm,charger-sense-resistor-ohms: 48 54 minimum: 10000000 49 55 maximum: 50000000