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

dt-bindings: merge ina209 binding into ina2xx binding

The ina209 binding only differs from other ina2xx bindings in the
compatible string, so add it to the common binding and remove the ina209
binding file.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>

+1 -18
-18
Documentation/devicetree/bindings/hwmon/ina209.txt
··· 1 - ina209 properties 2 - 3 - Required properties: 4 - - compatible: Must be "ti,ina209" 5 - - reg: I2C address 6 - 7 - Optional properties: 8 - 9 - - shunt-resistor 10 - Shunt resistor value in micro-Ohm 11 - 12 - Example: 13 - 14 - temp-sensor@4c { 15 - compatible = "ti,ina209"; 16 - reg = <0x4c>; 17 - shunt-resistor = <5000>; 18 - };
+1
Documentation/devicetree/bindings/hwmon/ina2xx.txt
··· 2 2 3 3 Required properties: 4 4 - compatible: Must be one of the following: 5 + - "ti,ina209" for ina209 5 6 - "ti,ina219" for ina219 6 7 - "ti,ina220" for ina220 7 8 - "ti,ina226" for ina226