Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 715a415e authored by Tengfei Fan's avatar Tengfei Fan
Browse files

ARM: dts : msm: Fix kernel compile warnings for msm8937



Fix kernel compile warnings about device tree.

Change-Id: Ifb0ff595f5228f2ec8b2a857855369f659bd05d7
Signed-off-by: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 7f5e9be6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -44,6 +44,8 @@

&i2c_2 {
	/* DSI_TO_HDMI I2C configuration */
	#address-cells = <1>;
	#size-cells = <0>;
	adv7533@39 {
		compatible = "adv7533";
		reg = <0x39>;
+4 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -12,6 +12,9 @@
 */

&cci {
	#address-cells = <1>;
	#size-cells = <0>;

	actuator0: qcom,actuator@0 {
		cell-index = <0>;
		reg = <0x0>;
+3 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -12,6 +12,8 @@
 */

&cci {
	#address-cells = <1>;
	#size-cells = <0>;
	actuator0: qcom,actuator@0 {
		cell-index = <0>;
		reg = <0x0>;
+4 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2016, 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -12,6 +12,9 @@
 */

&cci {
	#address-cells = <1>;
	#size-cells = <0>;

	actuator0: qcom,actuator@0 {
		cell-index = <0>;
		reg = <0x0>;
+4 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -112,6 +112,9 @@
	pinctrl-0 = <&uart_console_active>;
};
&i2c_3 {
	#address-cells = <1>;
	#size-cells = <0>;

	status = "okay";
	synaptics@22 {
		compatible = "synaptics,dsx-i2c";
Loading