diff options
Diffstat (limited to 'dts/upstream/src/arm64/arm')
-rw-r--r-- | dts/upstream/src/arm64/arm/juno-base.dtsi | 4 | ||||
-rw-r--r-- | dts/upstream/src/arm64/arm/juno-scmi.dtsi | 4 | ||||
-rw-r--r-- | dts/upstream/src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dts/upstream/src/arm64/arm/juno-base.dtsi b/dts/upstream/src/arm64/arm/juno-base.dtsi index b897f5542c0..98ed2b329ed 100644 --- a/dts/upstream/src/arm64/arm/juno-base.dtsi +++ b/dts/upstream/src/arm64/arm/juno-base.dtsi @@ -773,14 +773,14 @@ }; }; - big_cluster_thermal_zone: big-cluster-thermal { + big_cluster_thermal_zone: big-cl-thermal { polling-delay = <1000>; polling-delay-passive = <100>; thermal-sensors = <&scpi_sensors0 21>; status = "disabled"; }; - little_cluster_thermal_zone: little-cluster-thermal { + little_cluster_thermal_zone: little-cl-thermal { polling-delay = <1000>; polling-delay-passive = <100>; thermal-sensors = <&scpi_sensors0 22>; diff --git a/dts/upstream/src/arm64/arm/juno-scmi.dtsi b/dts/upstream/src/arm64/arm/juno-scmi.dtsi index 31929e2377d..f38c5b6ef65 100644 --- a/dts/upstream/src/arm64/arm/juno-scmi.dtsi +++ b/dts/upstream/src/arm64/arm/juno-scmi.dtsi @@ -84,11 +84,11 @@ thermal-sensors = <&scmi_sensors0 3>; }; - big-cluster-thermal { + big-cl-thermal { thermal-sensors = <&scmi_sensors0 21>; }; - little-cluster-thermal { + little-cl-thermal { thermal-sensors = <&scmi_sensors0 22>; }; diff --git a/dts/upstream/src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts b/dts/upstream/src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts index 8db4243a494..9115c99d0dc 100644 --- a/dts/upstream/src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts +++ b/dts/upstream/src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts @@ -102,7 +102,7 @@ }; pmu { - compatible = "arm,armv8-pmuv3"; + compatible = "arm,cortex-a53-pmu"; interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>; }; |