Searched +full:integrator +full:- +full:ap +full:- +full:lm (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/bus/arm,integrator-ap-lm.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Integrator/AP Logic Module extension bus10 - Linus Walleij <linusw@kernel.org>12 description: The Integrator/AP is a prototyping platform and as such has a13 site for stacking up to four logic modules (LM) designed specifically for17 then have their own specific per-module bindings and they will be described21 "#address-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * ARM Integrator Logical Module bus driver33 struct device_node *np = dev->of_node; in integrator_lm_populate()66 { .compatible = "arm,integrator-ap-syscon"},72 struct device *dev = &pdev->dev; in integrator_ap_lm_probe()83 "could not find Integrator/AP system controller\n"); in integrator_ap_lm_probe()84 return -ENODEV; in integrator_ap_lm_probe()89 "could not find Integrator/AP system controller\n"); in integrator_ap_lm_probe()95 dev_err(dev, "could not read from Integrator/AP syscon\n"); in integrator_ap_lm_probe()114 { .compatible = "arm,integrator-ap-lm"},[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree for the ARM Integrator/AP platform6 /dts-v1/;7 #include "integrator.dtsi"8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>12 model = "ARM Integrator/AP";13 compatible = "arm,integrator-ap";16 #address-cells = <1>;17 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree for the ARM Integrator/AP platform4 * with the IM-PD1 example logical module mounted.10 model = "ARM Integrator/AP with IM-PD1";11 compatible = "arm,integrator-ap";13 reserved-memory {14 #address-cells = <1>;15 #size-cells = <1>;19 /* 1 MB of designated video RAM on the IM-PD1 */20 compatible = "shared-dma-pool";[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]