Searched +full:ls +full:- +full:buf +full:- +full:en +full:- +full:hog (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | am335x-bonegreen-wireless.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "am335x-bone-common.dtsi" 9 #include "am335x-bonegreen-common.dtsi" 10 #include <dt-bindings/interrupt-controller/irq.h> 14 …compatible = "ti,am335x-bone-green-wireless", "ti,am335x-bone-green", "ti,am335x-bone-black", "ti,… 17 compatible = "regulator-fixed"; 18 regulator-name = "wlan-en-regulator"; 19 regulator-min-microvolt = <1800000>; [all …]
|
| D | am335x-boneblack-wireless.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "am335x-bone-common.dtsi" 9 #include "am335x-boneblack-common.dtsi" 10 #include "am335x-boneblack-hdmi.dtsi" 11 #include <dt-bindings/interrupt-controller/irq.h> 15 …compatible = "ti,am335x-bone-black-wireless", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx… 18 compatible = "regulator-fixed"; 19 regulator-name = "wlan-en-regulator"; [all …]
|
| D | am335x-boneblue.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "am335x-osd335x-common.dtsi" 9 #include <dt-bindings/interrupt-controller/irq.h> 13 compatible = "ti,am335x-bone-blue", "ti,am33xx"; 16 stdout-path = &uart0; 20 pinctrl-names = "default"; 21 pinctrl-0 = <&user_leds_s0>; 23 compatible = "gpio-leds"; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | ti,omap-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/ti,omap-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Grygorii Strashko <grygorii.strashko@ti.com> 13 The general-purpose interface combines general-purpose input/output (GPIO) banks. 14 Each GPIO banks provides up to 32 dedicated general-purpose pins with input 15 and output capabilities; interrupt generation in active mode and wake-up 21 - enum: 22 - ti,omap2-gpio [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0016_linux_drivers_crypto.patch | 7 Change-Id: I7e862e8b6ebf135f53df0e7dd7d7e0dd299c448e 9 diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig 11 --- a/drivers/crypto/caam/Kconfig 13 @@ -8,6 +8,17 @@ config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC 29 tristate "Freescale CAAM-Multicore platform driver backend" 31 @@ -109,7 +120,7 @@ config CRYPTO_DEV_FSL_CAAM_CRYPTO_API 35 - depends on FSL_DPAA && NET 40 @@ -151,6 +162,71 @@ config CRYPTO_DEV_FSL_CAAM_RNG_API 62 + Selecting this will enable a self-test to run for the 70 + Enables use of a prototype kernel-level Keystore API with CAAM [all …]
|