On 14/12/2024 15:56, Markuss Broks wrote: > + pinctrl0 = &pinctrl_alive; > + pinctrl1 = &pinctrl_aud; > + pinctrl2 = &pinctrl_chub; > + pinctrl3 = &pinctrl_cmgp; > + pinctrl4 = &pinctrl_fsys0; > + pinctrl5 = &pinctrl_fsys1; > + pinctrl6 = &pinctrl_peric0; > + pinctrl7 = &pinctrl_peric1; > + pinctrl8 = &pinctrl_vts; > + }; > + > + arm-a55-pmu { > + compatible = "arm,cortex-a55-pmu"; > + interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-affinity = <&cpu0>, > + <&cpu1>, > + <&cpu2>, > + <&cpu3>; > + }; > + > + mongoose-m3-pmu { So the name chosen by previous people some time ago for arm PMU is obviously not the best - forces either messed sorting or having PMU nodes in different places. That's why people should almost always go with prefix, no suffix. See regulators and clocks. Fixed and applied. Best regards, Krzysztof