diff options
Diffstat (limited to 'Bindings/thermal/sprd-thermal.yaml')
-rw-r--r-- | Bindings/thermal/sprd-thermal.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/thermal/sprd-thermal.yaml b/Bindings/thermal/sprd-thermal.yaml index 058c4cc06ba60..af2ff930646a5 100644 --- a/Bindings/thermal/sprd-thermal.yaml +++ b/Bindings/thermal/sprd-thermal.yaml @@ -83,7 +83,7 @@ examples: - | ap_thm0: thermal@32200000 { compatible = "sprd,ums512-thermal"; - reg = <0 0x32200000 0 0x10000>; + reg = <0x32200000 0x10000>; clock-names = "enable"; clocks = <&aonapb_gate 32>; #thermal-sensor-cells = <1>; |