diff options
| author | Marco Felsch <[email protected]> | 2023-02-28 10:05:14 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2023-03-11 12:18:29 +0000 |
| commit | 70ed9ced1f415b4f68bfdfffc7240a79bca8e045 (patch) | |
| tree | fd6effe410740e45e83d54e250e5750ef379e20f | |
| parent | f700e55ef6ef9ec723164659ed4385900981c872 (diff) | |
dt-bindings: iio: ti,tmp117: fix documentation link
Fix the broken link to point to the correct homepage.
Fixes: 5e713b25d137 ("dt-bindings: iio: temperature: Add DT bindings for TMP117")
Signed-off-by: Marco Felsch <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml index c4f1c69f9330..b6d082995e55 100644 --- a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml +++ b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml @@ -9,7 +9,7 @@ title: TI TMP117 - Digital temperature sensor with integrated NV memory description: | TI TMP117 - Digital temperature sensor with integrated NV memory that supports I2C interface. - https://www.ti.com/lit/gpn/tmp1 + https://www.ti.com/lit/gpn/tmp117 maintainers: - Puranjay Mohan <[email protected]> |