summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/hwmon/microchip,sparx5-temp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/hwmon/microchip,sparx5-temp.yaml')
-rw-r--r--dts/Bindings/hwmon/microchip,sparx5-temp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/Bindings/hwmon/microchip,sparx5-temp.yaml b/dts/Bindings/hwmon/microchip,sparx5-temp.yaml
index 76be625d56..51e8619dbf 100644
--- a/dts/Bindings/hwmon/microchip,sparx5-temp.yaml
+++ b/dts/Bindings/hwmon/microchip,sparx5-temp.yaml
@@ -22,7 +22,7 @@ properties:
clocks:
items:
- - description: AHB reference clock
+ - description: System reference clock
'#thermal-sensor-cells':
const: 0
@@ -40,5 +40,5 @@ examples:
compatible = "microchip,sparx5-temp";
reg = <0x10508110 0xc>;
#thermal-sensor-cells = <0>;
- clocks = <&ahb_clk>;
+ clocks = <&sys_clk>;
};