Searched +full:ast2500 +full:- +full:silicon +full:- +full:id (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ ! |
D | aspeed,ast2x00-scu.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mfd/aspeed,ast2x00-scu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 14 - Joel Stanley <joel@jms.id.au> 15 - Andrew Jeffery <andrew@aj.id.au> 20 - enum: 21 - aspeed,ast2400-scu 22 - aspeed,ast2500-scu 23 - aspeed,ast2600-scu [all …]
|
/linux-6.12.1/drivers/soc/aspeed/ ! |
D | aspeed-socinfo.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 14 const u32 id; member 20 /* AST2500 */ 21 { "AST2500", 0x04000303 }, 34 unsigned int id = siliconid & 0xff00ffff; in siliconid_to_name() local 38 if (rev_table[i].id == id) in siliconid_to_name() 51 /* AST2500 and below */ in siliconid_to_rev() 88 np = of_find_compatible_node(NULL, NULL, "aspeed,silicon-id"); in aspeed_socinfo_init() 91 return -ENODEV; in aspeed_socinfo_init() 97 return -ENODEV; in aspeed_socinfo_init() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ ! |
D | aspeed-g5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 2 #include <dt-bindings/clock/aspeed-clock.h> 3 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> 7 compatible = "aspeed,ast2500"; 8 #address-cells = <1>; 9 #size-cells = <1>; 10 interrupt-parent = <&vic>; 36 #address-cells = <1>; 37 #size-cells = <0>; 40 compatible = "arm,arm1176jzf-s"; [all …]
|
D | aspeed-g6.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> 6 #include <dt-bindings/clock/ast2600-clock.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 13 interrupt-parent = <&gic>; 47 #address-cells = <1>; 48 #size-cells = <0>; 49 enable-method = "aspeed,ast2600-smp"; [all …]
|
/linux-6.12.1/drivers/gpu/drm/ast/ ! |
D | ast_drv.c | 14 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 43 static int ast_modeset = -1; 76 #define AST_VGA_DEVICE(id, info) { \ argument 80 .device = id, \ 139 struct device *dev = &pdev->dev; in ast_detect_chip() 140 struct device_node *np = dev->of_node; in ast_detect_chip() 151 /* Check if we have device-tree properties */ in ast_detect_chip() 152 if (np && !of_property_read_u32(np, "aspeed,scu-revision-id", &data)) { in ast_detect_chip() 156 } else if (pdev->device == PCI_CHIP_AST2000) { // Not all families have a P2A bridge in ast_detect_chip() 170 /* Patch AST2500/AST2510 */ in ast_detect_chip() [all …]
|
/linux-6.12.1/drivers/media/platform/aspeed/ ! |
D | aspeed-video.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 // Copyright (c) 2019-2020 Intel Corporation 10 #include <linux/dma-mapping.h> 22 #include <linux/v4l2-controls.h> 28 #include <media/v4l2-ctrls.h> 29 #include <media/v4l2-dev.h> 30 #include <media/v4l2-device.h> 31 #include <media/v4l2-dv-timings.h> 32 #include <media/v4l2-event.h> 33 #include <media/v4l2-ioctl.h> [all …]
|
/linux-6.12.1/drivers/pinctrl/aspeed/ ! |
D | pinctrl-aspeed-g5.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 16 #include <linux/pinctrl/pinconf-generic.h> 21 #include "../pinctrl-utils.h" 22 #include "pinctrl-aspeed.h" 32 * The "Multi-function Pins Mapping and Control" table in the SoC datasheet 35 * opposed to naming them e.g. PINMUX_CTRL_[0-9]). Further, signal expressions 37 * reset control and MAC clock configuration registers. The AST2500 goes a step 44 #define HW_REVISION_ID 0x7C /* Silicon revision ID register */ 45 #define SCU80 0x80 /* Multi-function Pin Control #1 */ 46 #define SCU84 0x84 /* Multi-function Pin Control #2 */ [all …]
|
/linux-6.12.1/ ! |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|