> > + pmu { > > + compatible = "arm,armv8-pmuv3"; > > + interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, > > + <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>, > > + <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>, > > + <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; > > + interrupt-affinity = <&cpu0>, > > + <&cpu1>, > > + <&cpu2>, > > + <&cpu3>; > > + }; > > The compatible string should be "arm,cortex-a72-pmu". [S.H] Will fix it in next version. Thanks, Shaohui -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html