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) EXTCON FOR PALMAS/TWL CHIPS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) PALMAS USB COMPARATOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) Required Properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  - compatible: should contain one of:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)    * "ti,palmas-usb-vid".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7)    * "ti,twl6035-usb-vid".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)    * "ti,palmas-usb" (DEPRECATED - use "ti,palmas-usb-vid").
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9)    * "ti,twl6035-usb" (DEPRECATED - use "ti,twl6035-usb-vid").
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Optional Properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)  - ti,wakeup : To enable the wakeup comparator in probe
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)  - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 		it performs id-detection using GPIO else using OTG core.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)  - ti,enable-vbus-detection: Perform VBUS detection.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)  - id-gpio: gpio for GPIO ID detection. See gpio binding.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)  - debounce-delay-ms: debounce delay for GPIO ID pin in milliseconds.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) palmas-usb {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)        compatible = "ti,twl6035-usb", "ti,palmas-usb";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)        ti,wakeup;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) };