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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: power: supply: max17042: drop formatting specifier |

| denotes a literal (preformatted) block and is not necessary here.

Drop them from this file.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20260302-max77759-fg-v3-3-3c5f01dbda23@linaro.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

André Draszik and committed by
Sebastian Reichel
a060c6fe f76deab4

+6 -6
+6 -6
Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
··· 28 28 29 29 interrupts: 30 30 maxItems: 1 31 - description: | 31 + description: 32 32 The ALRT pin (or FG_INTB pin on MAX77759), an open-drain interrupt. 33 33 34 34 shunt-resistor-micro-ohms: ··· 39 39 maxim,rsns-microohm: 40 40 deprecated: true 41 41 $ref: /schemas/types.yaml#/definitions/uint32 42 - description: | 42 + description: 43 43 Resistance of rsns resistor in micro Ohms (datasheet-recommended value is 10000). 44 44 Defining this property enables current-sense functionality. 45 45 46 46 maxim,cold-temp: 47 47 $ref: /schemas/types.yaml#/definitions/uint32 48 - description: | 48 + description: 49 49 Temperature threshold to report battery as cold (in tenths of degree Celsius). 50 50 Default is not to report cold events. 51 51 52 52 maxim,over-heat-temp: 53 53 $ref: /schemas/types.yaml#/definitions/uint32 54 - description: | 54 + description: 55 55 Temperature threshold to report battery as over heated (in tenths of degree Celsius). 56 56 Default is not to report over heating events. 57 57 58 58 maxim,dead-volt: 59 59 $ref: /schemas/types.yaml#/definitions/uint32 60 - description: | 60 + description: 61 61 Voltage threshold to report battery as dead (in mV). 62 62 Default is not to report dead battery events. 63 63 64 64 maxim,over-volt: 65 65 $ref: /schemas/types.yaml#/definitions/uint32 66 - description: | 66 + description: 67 67 Voltage threshold to report battery as over voltage (in mV). 68 68 Default is not to report over-voltage events. 69 69