Skip to content

Commit 7ec597b

Browse files
jhovolddlezcano
authored andcommitted
dt-bindings: thermal: qcom-spmi-adc-tm5/hc: Fix example node names
The ADC Thermal Monitor is part of an SPMI PMIC, which in turn sits on an SPMI bus. Fixes: db03874 ("dt-bindings: thermal: qcom: add HC variant of adc-thermal monitor bindings") Fixes: e8ffd6c ("dt-bindings: thermal: qcom: add adc-thermal monitor bindings") Signed-off-by: Johan Hovold <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ebbf19e commit 7ec597b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ examples:
114114
- |
115115
#include <dt-bindings/iio/qcom,spmi-vadc.h>
116116
#include <dt-bindings/interrupt-controller/irq.h>
117-
spmi_bus {
117+
118+
pmic {
118119
#address-cells = <1>;
119120
#size-cells = <0>;
120121
pm8998_adc: adc@3100 {

Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ examples:
167167
- |
168168
#include <dt-bindings/iio/qcom,spmi-vadc.h>
169169
#include <dt-bindings/interrupt-controller/irq.h>
170-
spmi_bus {
170+
171+
pmic {
171172
#address-cells = <1>;
172173
#size-cells = <0>;
173174
pm8150b_adc: adc@3100 {
@@ -207,7 +208,8 @@ examples:
207208
#include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h>
208209
#include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h>
209210
#include <dt-bindings/interrupt-controller/irq.h>
210-
spmi_bus {
211+
212+
pmic {
211213
#address-cells = <1>;
212214
#size-cells = <0>;
213215
pmk8350_vadc: adc@3100 {

0 commit comments

Comments
 (0)