Home
last modified time | relevance | path

Searched +full:apq8096 +full:- +full:db820c (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/arch/arm/dts/
H A Ddragonboard820c.dts1 // SPDX-License-Identifier: GPL-2.0+
3 * Qualcomm APQ8096 based Dragonboard 820C board device tree source
5 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
8 /dts-v1/;
11 #include <dt-bindings/pinctrl/pinctrl-snapdragon.h>
14 model = "Qualcomm Technologies, Inc. DB820c";
15 compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc";
16 #address-cells = <2>;
17 #size-cells = <2>;
24 stdout-path = "serial0:115200n8";
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,apq8096.txt1 * Qualcomm Technologies APQ8096 ASoC sound card driver
3 This binding describes the APQ8096 sound card, which uses qdsp for audio.
5 - compatible:
8 Definition: must be "qcom,apq8096-sndcard"
10 - audio-routing:
53 - model:
56 Definition: The user-visible name of this sound card.
58 - aux-devs
64 using "audio-routing".
70 - link-name:
[all …]
/openbmc/u-boot/include/configs/
H A Ddragonboard820c.h1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
12 #include <asm/arch/sysmap-apq8096.h>
26 #define CONFIG_SYS_LDSCRIPT "board/qualcomm/dragonboard820c/u-boot.lds"
47 "fdtfile=qcom/apq8096-db820c.dtb\0" \
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dreadme.txt1 # SPDX-License-Identifier: GPL-2.0+
3 # (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
8 - UART
9 - SD card
10 - PSCI reset
11 - Environment in EXT4 partition 1 in SD card (check defconfig for details)
25 CROSS_COMPILE="ccache aarch64-linux-gnu-"
27 3) cd to the u-boot tree
30 $ make -j `nproc`
38 $ dtbTool -o dt.img arch/arm/dts
[all …]
/openbmc/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2-kryo-cpu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/opp/opp-v2-kryo-cpu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ilia Lin <ilia.lin@kernel.org>
13 - $ref: opp-v2-base.yaml#
16 In certain Qualcomm Technologies, Inc. SoCs like APQ8096 and MSM8996,
22 The qcom-cpufreq-nvmem driver reads the efuse value from the SoC to provide
25 operating-points-v2 table when it is parsed by the OPP framework.
29 const: operating-points-v2-kryo-cpu
[all …]
/openbmc/linux/drivers/gpu/drm/ci/
H A Dtest.yml1 .test-rules:
3 - if: '$FD_FARM == "offline" && $RUNNER_TAG =~ /^google-freedreno-/'
5 - if: '$COLLABORA_FARM == "offline" && $RUNNER_TAG =~ /^mesa-ci-x86-64-lava-/'
7 - !reference [.no_scheduled_pipelines-rules, rules]
8 - when: on_success
10 .lava-test:
12 - .test-rules
15 - rm -rf install
16 - tar -xf artifacts/install.tar
17 - mv install/* artifacts/.
[all …]
H A Dbuild.sh2 # SPDX-License-Identifier: MIT
4 set -ex
7 rm -rf .git/rebase-apply
9 . .gitlab-ci/container/container_pre_build.sh
11 # libssl-dev was uninstalled because it was considered an ephemeral package
12 apt-get update
13 apt-get install -y libssl-dev
16 GCC_ARCH="aarch64-linux-gnu"
18 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
19 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dtb"
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dapq8096-db820c.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
6 /dts-v1/;
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/leds/common.h>
14 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
15 #include <dt-bindings/sound/qcom,q6afe.h>
16 #include <dt-bindings/sound/qcom,q6asm.h>
17 #include <dt-bindings/sound/qcom,wcd9335.h>
[all …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb
3 dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc-d3-camera-mezzanine.dtb
4 dtb-$(CONFIG_ARCH_QCOM) += apq8039-t2.dtb
5 dtb-$(CONFIG_ARCH_QCOM) += apq8094-sony-xperia-kitakami-karin_windy.dtb
6 dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb
7 dtb-$(CONFIG_ARCH_QCOM) += apq8096-ifc6640.dtb
8 dtb-$(CONFIG_ARCH_QCOM) += ipq5018-rdp432-c2.dtb
9 dtb-$(CONFIG_ARCH_QCOM) += ipq5332-rdp441.dtb
10 dtb-$(CONFIG_ARCH_QCOM) += ipq5332-rdp442.dtb
[all …]
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dqcom.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
18 Each board must specify a top-level board compatible string with the following
21 compatible = "qcom,<SoC>[-<soc_version>][-<foundry_id>]-<board>[/<subtype>][-<board_version>]"
31 apq8096
92 ap-al02-c2
93 ap-al02-c6
94 ap-al02-c7
[all …]
/openbmc/linux/
H A Dopengrok1.0.log1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'
2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)
3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa
[all...]