Skip to content

Commit 3414044

Browse files
fabioestevamrobherring
authored andcommitted
dt-bindings: thermal: k3: Fix the reg property
Adjust the reg property to fix the following warning seen with 'make dt_binding_check': Documentation/devicetree/bindings/thermal/ti,am654-thermal.example.dt.yaml: example-0: thermal@42050000:reg:0: [0, 1107623936, 0, 604] is too long Signed-off-by: Fabio Estevam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 34b9610 commit 3414044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/thermal/ti,am654-thermal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ examples:
3535
#include <dt-bindings/soc/ti,sci_pm_domain.h>
3636
vtm: thermal@42050000 {
3737
compatible = "ti,am654-vtm";
38-
reg = <0x0 0x42050000 0x0 0x25c>;
38+
reg = <0x42050000 0x25c>;
3939
power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
4040
#thermal-sensor-cells = <1>;
4141
};

0 commit comments

Comments
 (0)