Home
last modified time | relevance | path

Searched refs:compatibles (Results 1 – 25 of 62) sorted by relevance

123

/linux-6.15/Documentation/devicetree/bindings/soc/renesas/
H A Drenesas-soc.yaml7 title: Renesas SoC compatibles naming convention
14 Guidelines for new compatibles for SoC blocks/components.
15 When adding new compatibles in new bindings, use the format::
21 When adding new compatibles to existing bindings, use the format in the
38 # Preferred naming style for compatibles of SoC components
42 # Legacy compatibles
44 # New compatibles are not allowed.
55 # None SoC component compatibles
58 # component are OK. New compatibles are allowed.
62 # Do not fail compatibles not matching the select pattern
[all …]
/linux-6.15/Documentation/devicetree/bindings/arm/samsung/
H A Dsamsung-soc.yaml7 title: Samsung S3C, S5P and Exynos SoC compatibles naming convention
13 Guidelines for new compatibles for SoC blocks/components.
14 When adding new compatibles in new bindings, use the format::
30 - description: Preferred naming style for compatibles of SoC components
33 # Legacy compatibles with wild-cards - list cannot grow with new bindings:
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dqcom-soc.yaml7 title: Qualcomm SoC compatibles naming convention
13 Guidelines for new compatibles for SoC blocks/components.
14 When adding new compatibles in new bindings, use the format::
20 When adding new compatibles to existing bindings, use the format in the
33 # Preferred naming style for compatibles of SoC components:
38 # Legacy namings - variations of existing patterns/compatibles are OK,
59 # Legacy compatibles with wild-cards - list cannot grow with new bindings:
/linux-6.15/Documentation/devicetree/bindings/
H A Dincomplete-devices.yaml14 their compatibles are present in Linux drivers for various reasons.
20 checks on undocumented compatibles but also reject any DTS file using such
23 Usage of any of following compatibles is not allowed in Devicetree sources,
30 Rejected compatibles in Devicetree, but used in ACPI-based devices
36 - description: Legacy compatibles used on Macintosh devices
148 - description: Legacy compatibles used on other PowerPC devices
204 - description: Legacy compatibles used on SPARC devices
231 - description: Incomplete and/or legacy compatibles for unknown devices
/linux-6.15/scripts/dtc/
H A Ddt-extract-compatibles88 def print_compat(filename, compatibles): argument
89 if not compatibles:
92 compat_str = ' '.join(compatibles)
95 print(*compatibles, sep='\n')
H A Ddt_to_config751 my @compatibles = split('", "', $compatible);
753 $compatibles[0] =~ s/^"//;
754 $compatibles[$#compatibles] =~ s/"$//;
756 $pn_arg{compatible_cnt} = $#compatibles + 1;
759 for $compat (@compatibles) {
/linux-6.15/Documentation/devicetree/bindings/reset/
H A Dqcom,pdc-global.yaml19 - description: on SC7180 SoCs the following compatibles must be specified
24 - description: on SC7280 SoCs the following compatibles must be specified
28 - description: on SDM845 SoCs the following compatibles must be specified
H A Dqcom,aoss-reset.yaml19 - description: on SC7180 SoCs the following compatibles must be specified
24 - description: on SC7280 SoCs the following compatibles must be specified
29 - description: on SDM845 SoCs the following compatibles must be specified
/linux-6.15/Documentation/admin-guide/media/
H A Dtuner-cardlist.rst10 1 Philips PAL_I (FI1246 and compatibles)
11 2 Philips NTSC (FI1236,FM1236 and compatibles)
14 5 Philips PAL_BG (FI1216 and compatibles)
32 23 Philips PAL_DK (FI1256 and compatibles)
/linux-6.15/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh72 compatibles=$(tr '\000' '\n' < "${PDT}"/"${node}"/compatible)
74 for compatible in ${compatibles}; do
H A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
/linux-6.15/Documentation/devicetree/bindings/watchdog/
H A Dmarvel.txt20 Clocks required for compatibles = "marvell,orion-wdt",
24 Clocks required for compatibles = "marvell,armada-xp-wdt"
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Darmada-thermal.txt23 Note: The compatibles marvell,armada370-thermal,
27 compatibles must point to "control LSB/control 0" with size of 8.
/linux-6.15/drivers/hwmon/pmbus/
H A DKconfig51 tristate "Analog Devices ADM1275 and compatibles"
137 tristate "Texas Instruments INA233 and compatibles"
173 tristate "Infineon IR38064 and compatibles"
182 bool "Regulator support for IR38064 and compatibles"
215 bool "Regulator support for LM25066 and compatibles"
241 bool "Regulator support for LTC2978 and compatibles"
314 tristate "Maxim MAX31785 and compatibles"
323 tristate "Maxim MAX34440 and compatibles"
454 tristate "Flex PIM4328 and compatibles"
623 bool "Regulator support for XDPE122 and compatibles"
[all …]
/linux-6.15/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c42 .compatibles = board, in define_machine()
/linux-6.15/arch/powerpc/platforms/83xx/
H A Dmpc830x_rdb.c41 .compatibles = board, in define_machine()
H A Dmpc831x_rdb.c41 .compatibles = board, in define_machine()
H A Dmpc837x_rdb.c66 .compatibles = board, in define_machine()
/linux-6.15/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c64 .compatibles = board, in define_machine()
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
H A Dpic.txt3 Currently defined compatibles:
H A Dbrg.txt3 Currently defined compatibles:
/linux-6.15/drivers/hwmon/
H A DKconfig79 tristate "Analog Devices AD7314 and compatibles"
109 tristate "Analog Devices ADM1025 and compatibles"
120 tristate "Analog Devices ADM1026 and compatibles"
636 tristate "Fintek F71882FG and compatibles"
891 tristate "ITE IT87xx and compatibles"
1182 tristate "Maxim MAX1668 and compatibles"
1193 tristate "Maxim MAX197 and compatibles"
1291 tristate "Maxim MAX6697 and compatibles"
1320 tristate "Microchip MCP3021 and compatibles"
2031 tristate "SMSC LPC47M10x and compatibles"
[all …]
/linux-6.15/arch/powerpc/platforms/85xx/
H A Dtqm85xx.c117 .compatibles = board, in define_machine()
/linux-6.15/Documentation/devicetree/bindings/arm/marvell/
H A Dmarvell,orion5x.txt10 SoC. Currently known SoC compatibles are:
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dserial.txt3 Currently defined compatibles:

123