blob: fa36b62156bb79d818678d5f22b110f9470970a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2016-2022, AngeloGioacchino Del Regno
* <[email protected]>
* Copyright (c) 2022, Konrad Dybcio <[email protected]>
* Copyright (c) 2022, Marijn Suijten <[email protected]>
*/
#include "msm8976.dtsi"
&pmu_a72 {
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_RAW(0x30) | IRQ_TYPE_LEVEL_HIGH)>;
};
&tsens {
compatible = "qcom,msm8956-tsens", "qcom,tsens-v1";
};
/*
* You might be wondering.. why is it so empty out there?
* Well, the SoCs are almost identical.
*/
|