Commit a6d77a5c authored by Maxime Ripard's avatar Maxime Ripard Committed by Greg Kroah-Hartman

arm64: dts: allwinner: h6: Fix PMU compatible

commit 4c7eeb9a upstream.

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

Make sure we follow the binding.

Fixes: 7aa9b9eb ("arm64: dts: allwinner: H6: Add PMU mode")
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0389387e
......@@ -70,8 +70,7 @@ osc32k: osc32k_clk {
};
pmu {
compatible = "arm,cortex-a53-pmu",
"arm,armv8-pmuv3";
compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 142 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