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) Amlogic Meson6/Meson8/Meson8b efuse
^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: depending on the SoC this should be one of:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	- "amlogic,meson6-efuse"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	- "amlogic,meson8-efuse"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	- "amlogic,meson8b-efuse"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) - reg: base address and size of the efuse registers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) - clocks: a reference to the efuse core gate clock
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - clock-names: must be "core"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) All properties and sub-nodes as well as the consumer bindings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) defined in nvmem.txt in this directory are also supported.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	efuse: nvmem@0 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 		compatible = "amlogic,meson8-efuse";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 		reg = <0x0 0x2000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 		clocks = <&clkc CLKID_EFUSE>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		clock-names = "core";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	};