On 27/05/2022 14:56, Stanislav Jakubek wrote: > Convert RDA Micro interrupt controller bindings to DT schema format. > > Signed-off-by: Stanislav Jakubek <stano.jakubek@xxxxxxxxx> > --- > > Didn't know what to do about the interrupt sources listed in the original txt file, > so I've split them off into a separate file. Hope that's okay. Interrupt sources are not kept in header files. Additionally are you sure this is a property of the interrupt controller, not a property of SoC itself? I would assume that one interrupt controller implementation (e.g. GIC) can be used in different SoCs and the sources are every time different because they depend on the actual wiring... Best regards, Krzysztof