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) // SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) / {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	testcase-data {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 		match-node {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 			name0 { };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 			name1 { device_type = "type1"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 			a { name2 { device_type = "type1"; }; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 			b { name2 { }; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 			c { name2 { device_type = "type2"; }; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 			name3 { compatible = "compat3"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 			name4 { compatible = "compat2", "compat3"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 			name5 { compatible = "compat2", "compat3"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 			name6 { compatible = "compat1", "compat2", "compat3"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 			name7 { compatible = "compat2"; device_type = "type1"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 			name8 { compatible = "compat2"; device_type = "type1"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 			name9 { compatible = "compat2"; };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 		};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) };