arch/arm64/boot/dts/qcom/sdm845-lg-judyp.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sdm845-lg-judyp.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sdm845-lg-judyp.dts- Extension
.dts- Size
- 1089 bytes
- Lines
- 63
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- Inferred role
- Architecture Layer: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
sdm845-lg-common.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0
/*
* SDM845 LG V35 (judyp) device tree.
*
* Copyright (c) 2022, The Linux Foundation. All rights reserved.
*/
/dts-v1/;
#include "sdm845-lg-common.dtsi"
/ {
model = "LG V35 ThinQ";
compatible = "lg,judyp", "qcom,sdm845";
chosen {
framebuffer {
compatible = "simple-framebuffer";
memory-region = <&framebuffer_mem>;
width = <1440>;
height = <2880>;
stride = <(1440 * 4)>;
format = "a8r8g8b8";
};
};
};
&adsp_pas {
firmware-name = "qcom/sdm845/LG/judyp/adsp.mbn";
};
&bluetooth {
/*
* This path is relative to the qca/
* subdir under lib/firmware.
*/
firmware-name = "judyp/crnv21.bin";
};
&cdsp_pas {
firmware-name = "qcom/sdm845/LG/judyp/cdsp.mbn";
};
&gpu_zap_shader {
firmware-name = "qcom/sdm845/LG/judyp/a630_zap.mbn";
};
&ipa {
firmware-name = "qcom/sdm845/LG/judyp/ipa_fws.mbn";
};
&mss_pil {
firmware-name = "qcom/sdm845/LG/judyp/mba.mbn", "qcom/sdm845/LG/judyp/modem.mbn";
};
&venus {
firmware-name = "qcom/sdm845/LG/judyp/venus.mbn";
};
&wifi {
qcom,calibration-variant = "lg_judyp";
};
Annotation
- Immediate include surface: `sdm845-lg-common.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.