mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
This patch fixes a small typo in the goldfish pipe binding documentation: 'Andorid' -> 'Android'. Signed-off-by: Masaharu Noguchi <nogunix@gmail.com> Link: https://lore.kernel.org/r/20250901154812.570319-1-nogunix@gmail.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
18 lines
377 B
Plaintext
18 lines
377 B
Plaintext
Android Goldfish QEMU Pipe
|
|
|
|
Android pipe virtual device generated by android emulator.
|
|
|
|
Required properties:
|
|
|
|
- compatible : should contain "google,android-pipe" to match emulator
|
|
- reg : <registers mapping>
|
|
- interrupts : <interrupt mapping>
|
|
|
|
Example:
|
|
|
|
android_pipe@a010000 {
|
|
compatible = "google,android-pipe";
|
|
reg = <ff018000 0x2000>;
|
|
interrupts = <0x12>;
|
|
};
|