blob: 58c2f5a70e785aefc2750fe9742428128200114f [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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};