Hello. On 22-02-2012 10:50, Heiko Schocher wrote:
Add a function to initialize the davinci interrupt controller (INTC) using a device tree node.
cp_intc is not DaVinci interrupt controller, it's only used in OMAP-L1x SoCs. cp_intc stands for Common Platform Interrupt Controller. I don't see where you are initializiing the DaVinci interrupt controller itself. You should understand that there are two disctinct types of interrupt controllers used in the SoCs supported by arch/arm/mach-davinci/.
Signed-off-by: Heiko Schocher<[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Grant Likely<[email protected]> Cc: Sekhar Nori<[email protected]> Cc: Wolfgang Denk<[email protected]>
[...]
diff --git a/Documentation/devicetree/bindings/arm/davinci/intc.txt b/Documentation/devicetree/bindings/arm/davinci/intc.txt new file mode 100644 index 0000000..dac2f69 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/davinci/intc.txt @@ -0,0 +1,26 @@ +* TI Davinci Interrupt Controller + +davinci are using a TI interrupt controller that can support several +configurable number of interrupts. + +Main node required properties: + +- compatible : should be: + "ti,davinci-intc"
The right "compatible" prop would be "ti,cp_intc" in this case. WBR, Sergei _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
