diff mbox

[1/7] iio: srf08: add device tree binding for srf02 and srf10

Message ID 20170802232335.GA15222@arbeit
State Not Applicable
Headers show

Commit Message

Andreas Klinger Aug. 2, 2017, 11:23 p.m. UTC
add trivial device tree binding "devantech,srf02" and "devantech,srf10"

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
---
 Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jonathan Cameron Aug. 9, 2017, 11:33 p.m. UTC | #1
On Thu, 3 Aug 2017 01:23:35 +0200
Andreas Klinger <ak@it-klinger.de> wrote:

> add trivial device tree binding "devantech,srf02" and "devantech,srf10"
> 
> Signed-off-by: Andreas Klinger <ak@it-klinger.de>
Please remember to cc the device tree maintainers and list of bindings.
For trivial ones, sometimes it makes more sense for them to pick them
up directly as it reduces the chance of conflict on merges.

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
>  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> index ad10fbe61562..0e5fb016e912 100644
> --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> @@ -36,7 +36,9 @@ dallas,ds1775		Tiny Digital Thermometer and Thermostat
>  dallas,ds3232		Extremely Accurate I²C RTC with Integrated Crystal and SRAM
>  dallas,ds4510		CPU Supervisor with Nonvolatile Memory and Programmable I/O
>  dallas,ds75		Digital Thermometer and Thermostat
> +devantech,srf02		Devantech SRF02 ultrasonic ranger in I2C mode
>  devantech,srf08		Devantech SRF08 ultrasonic ranger
> +devantech,srf10		Devantech SRF10 ultrasonic ranger
>  dlg,da9053		DA9053: flexible system level PMIC with multicore support
>  dlg,da9063		DA9063: system PMIC for quad-core application processors
>  domintech,dmard09	DMARD09: 3-axis Accelerometer
Wolfram Sang Aug. 10, 2017, 6:54 a.m. UTC | #2
> >  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++

trivial-devices.txt has been moved one directory up some months ago.
Rebasing to current top-of-tree probably makes sense.
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index ad10fbe61562..0e5fb016e912 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -36,7 +36,9 @@  dallas,ds1775		Tiny Digital Thermometer and Thermostat
 dallas,ds3232		Extremely Accurate I²C RTC with Integrated Crystal and SRAM
 dallas,ds4510		CPU Supervisor with Nonvolatile Memory and Programmable I/O
 dallas,ds75		Digital Thermometer and Thermostat
+devantech,srf02		Devantech SRF02 ultrasonic ranger in I2C mode
 devantech,srf08		Devantech SRF08 ultrasonic ranger
+devantech,srf10		Devantech SRF10 ultrasonic ranger
 dlg,da9053		DA9053: flexible system level PMIC with multicore support
 dlg,da9063		DA9063: system PMIC for quad-core application processors
 domintech,dmard09	DMARD09: 3-axis Accelerometer