xref: /linux/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts (revision 4b132aacb0768ac1e652cf517097ea6f237214b9)
1// SPDX-License-Identifier: GPL-2.0-only
2
3/dts-v1/;
4
5#include "msm8916-samsung-j5-common.dtsi"
6
7/ {
8	model = "Samsung Galaxy J5 (2015)";
9	compatible = "samsung,j5", "qcom,msm8916";
10	chassis-type = "handset";
11};
12
13&accelerometer {
14	vdd-supply = <&pm8916_l5>;
15	vddio-supply = <&pm8916_l5>;
16};
17
18&blsp_i2c5 {
19	status = "disabled";
20};
21
22&pm8916_codec {
23	qcom,micbias1-ext-cap;
24};
25
26&touchscreen {
27	/* FIXME: Missing sm5703-mfd driver to power up vdd-supply */
28};
29
30&usb_hs_phy {
31	qcom,init-seq = /bits/ 8 <0x1 0x19 0x2 0x0b>;
32};
33