arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine-togari.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine-togari.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine-togari.dts
Extension
.dts
Size
399 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/arm
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
#include "qcom-msm8974-sony-xperia-rhine.dtsi"

/* Togari uses a different touchscreen compared to other rhine devices */
/delete-node/ &touchscreen;

/ {
	model = "Sony Xperia Z Ultra";
	compatible = "sony,xperia-togari", "qcom,msm8974";
	chassis-type = "handset";
};

&pm8941_l23 {
	regulator-min-microvolt = <2600000>;
	regulator-max-microvolt = <2600000>;
};

Annotation

Implementation Notes