arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts
Extension
.dts
Size
520 bytes
Lines
33
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.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-j5-common.dtsi"

/ {
	model = "Samsung Galaxy J5 (2015)";
	compatible = "samsung,j5", "qcom,msm8916";
	chassis-type = "handset";
};

&accelerometer {
	vdd-supply = <&pm8916_l5>;
	vddio-supply = <&pm8916_l5>;
};

&blsp_i2c5 {
	status = "disabled";
};

&pm8916_codec {
	qcom,micbias1-ext-cap;
};

&touchscreen {
	/* FIXME: Missing sm5703-mfd driver to power up vdd-supply */
};

&usb_hs_phy {
	qcom,init-seq = /bits/ 8 <0x1 0x19 0x2 0x0b>;
};

Annotation

Implementation Notes