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) * ux500 MSP (CPU-side Digital Audio Interface)
^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       :"stericsson,ux500-msp-i2s"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  - reg              : Physical base address and length of the device's registers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)  - interrupts       : The interrupt output from the device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9)  - <name>-supply    : Phandle to the regulator <name> supply
^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) 	sound {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 		compatible = "stericsson,snd-soc-mop500";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		stericsson,platform-pcm-dma = <&pcm>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 		stericsson,cpu-dai = <&msp1 &msp3>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 		stericsson,audio-codec = <&codec>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	pcm: ux500-pcm {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 		compatible = "stericsson,ux500-pcm";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	msp1: msp@80124000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 		compatible = "stericsson,ux500-msp-i2s";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 		reg = <0x80124000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 		interrupts = <0 62 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 		v-ape-supply = <&db8500_vape_reg>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	msp3: msp@80125000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 		compatible = "stericsson,ux500-msp-i2s";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 		reg = <0x80125000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 		interrupts = <0 62 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 		v-ape-supply = <&db8500_vape_reg>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	codec: ab8500-codec {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 		compatible = "stericsson,ab8500-codec";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 		stericsson,earpeice-cmv = <950>; /* Units in mV. */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 	};