xref: /linux/arch/arm64/boot/dts/qcom/msm8916-samsung-rossa-common.dtsi (revision f14aa5ea415b8add245e976bfab96a12986c6843)
1// SPDX-License-Identifier: GPL-2.0-only
2
3#include "msm8916-samsung-fortuna-common.dtsi"
4
5/* SM5504 MUIC instead of SM5502 */
6/delete-node/ &muic;
7
8/* Touchscreen varies depending on model variant */
9/delete-node/ &touchscreen;
10
11&blsp_i2c1 {
12	muic: extcon@14 {
13		compatible = "siliconmitus,sm5504-muic";
14		reg = <0x14>;
15		interrupts-extended = <&tlmm 12 IRQ_TYPE_EDGE_FALLING>;
16		pinctrl-0 = <&muic_int_default>;
17		pinctrl-names = "default";
18	};
19};
20
21/* On rossa backlight is controlled with MIPI DCS commands */
22&clk_pwm {
23	status = "disabled";
24};
25
26&clk_pwm_backlight {
27	status = "disabled";
28};
29