Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings/goldfish-pic: Add device tree binding for Goldfish PIC driver

Add documentation for DT binding of Goldfish PIC driver. The compatible
string used by OS for binding the driver is "google,goldfish-pic".

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Miodrag Dinic <miodrag.dinic@mips.com>
Signed-off-by: Goran Ferenc <goran.ferenc@mips.com>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@mips.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

authored by

Miodrag Dinic and committed by
Marc Zyngier
c2ba80af 404e6bea

+35
+30
Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
··· 1 + Android Goldfish PIC 2 + 3 + Android Goldfish programmable interrupt device used by Android 4 + emulator. 5 + 6 + Required properties: 7 + 8 + - compatible : should contain "google,goldfish-pic" 9 + - reg : <registers mapping> 10 + - interrupts : <interrupt mapping> 11 + 12 + Example for mips when used in cascade mode: 13 + 14 + cpuintc { 15 + #interrupt-cells = <0x1>; 16 + #address-cells = <0>; 17 + interrupt-controller; 18 + compatible = "mti,cpu-interrupt-controller"; 19 + }; 20 + 21 + interrupt-controller@1f000000 { 22 + compatible = "google,goldfish-pic"; 23 + reg = <0x1f000000 0x1000>; 24 + 25 + interrupt-controller; 26 + #interrupt-cells = <0x1>; 27 + 28 + interrupt-parent = <&cpuintc>; 29 + interrupts = <0x2>; 30 + };
+5
MAINTAINERS
··· 867 867 F: drivers/android/ 868 868 F: drivers/staging/android/ 869 869 870 + ANDROID GOLDFISH PIC DRIVER 871 + M: Miodrag Dinic <miodrag.dinic@mips.com> 872 + S: Supported 873 + F: Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt 874 + 870 875 ANDROID GOLDFISH RTC DRIVER 871 876 M: Miodrag Dinic <miodrag.dinic@mips.com> 872 877 S: Supported