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

Commit f08a94fd authored by Tengfei Fan's avatar Tengfei Fan
Browse files

ARM: dts: msm: Fix kernel warnings for msm8953



Fix kernel compile warnings about device tree.

Change-Id: Id467801bd18e7ce0973ca44a12448e83ba7bf76a
Signed-off-by: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 6fde3c2d
Loading
Loading
Loading
Loading
+4 −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
@@ -24,6 +24,9 @@
};

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

	mpp@a100 {
		reg = <0xa100 0x100>;
		qcom,pin-num = <2>;
+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
@@ -26,6 +26,8 @@


&pm8953_mpps {
	#address-cells = <1>;
	#size-cells = <1>;
	mpp@a100 {
		reg = <0xa100 0x100>;
		qcom,pin-num = <2>;
+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 −0
Original line number Diff line number Diff line
@@ -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) 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>;
Loading