Commit 4ae7a3c3 authored by Maxime Ripard's avatar Maxime Ripard

arm64: dts: allwinner: h5: Fix PMU compatible

The commit c35a516a ("arm64: dts: allwinner: H5: Add PMU node")
introduced support for the PMU found on the Allwinner H5. However, the
binding only allows for a single compatible, while the patch was adding
two.

Make sure we follow the binding.

Fixes: c35a516a ("arm64: dts: allwinner: H5: Add PMU node")
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 9680d194
...@@ -38,8 +38,7 @@ cpu3: cpu@3 { ...@@ -38,8 +38,7 @@ cpu3: cpu@3 {
}; };
pmu { pmu {
compatible = "arm,cortex-a53-pmu", compatible = "arm,cortex-a53-pmu";
"arm,armv8-pmuv3";
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment