xref: /linux/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts (revision ab475966455ce285c2c9978a3e3bfe97d75ff8d4)
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&touchscreen {
23	/* FIXME: Missing sm5703-mfd driver to power up vdd-supply */
24};
25
26&usb_hs_phy {
27	qcom,init-seq = /bits/ 8 <0x1 0x19 0x2 0x0b>;
28};
29