Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 lines
544 B
Plaintext
20 lines
544 B
Plaintext
Raydium I2C touchscreen
|
|
|
|
Required properties:
|
|
- compatible: must be "raydium,rm32380"
|
|
- reg: The I2C address of the device
|
|
- interrupts: interrupt to which the chip is connected
|
|
See ../interrupt-controller/interrupts.txt
|
|
Optional properties:
|
|
- avdd-supply: analog power supply needed to power device
|
|
- vccio-supply: IO Power source
|
|
- reset-gpios: reset gpio the chip is connected to.
|
|
|
|
Example:
|
|
touchscreen@39 {
|
|
compatible = "raydium,rm32380";
|
|
reg = <0x39>;
|
|
interrupt-parent = <&gpio>;
|
|
interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;
|
|
};
|