Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) Simple Amplifier Audio Driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) - compatible : "dioo,dio2125" or "simple-audio-amplifier"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) - enable-gpios : the gpio connected to the enable pin of the simple amplifier
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) - VCC-supply   : power supply for the device, as covered
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9)                  in Documentation/devicetree/bindings/regulator/regulator.txt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) amp: analog-amplifier {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	compatible = "simple-audio-amplifier";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	VCC-supply = <&regulator>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	enable-gpios = <&gpio GPIOH_3 0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) };