1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 3 * Copyright (c) 2016-2022, AngeloGioacchino Del Regno 4 * <angelogioacchino.delregno@collabora.com> 5 * Copyright (c) 2022, Konrad Dybcio <konrad.dybcio@somainline.org> 6 * Copyright (c) 2022, Marijn Suijten <marijn.suijten@somainline.org> 7 */ 8 9 #include "msm8976.dtsi" 10 11 &pmu_a72 { 12 interrupts = <GIC_PPI 7 (GIC_CPU_MASK_RAW(0x30) | IRQ_TYPE_LEVEL_HIGH)>; 13 }; 14 15 &tsens { 16 compatible = "qcom,msm8956-tsens", "qcom,tsens-v1"; 17 }; 18 19 /* 20 * You might be wondering.. why is it so empty out there? 21 * Well, the SoCs are almost identical. 22 */
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.