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

Commit 7d99ca60 authored by Venkata Rao Kakani's avatar Venkata Rao Kakani
Browse files

ARM64: dts: sa8155: Changes to Fix Kernel Warnings



Fix Kernel Compilation Warnings related to sa8155 device
tree.

Change-Id: Id09bf2b1c3f5d8f9b1ec9e6757f24b290f4fd8ba
Signed-off-by: default avatarVenkata Rao Kakani <vkakani@codeaurora.org>
parent c62ea842
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -19,6 +19,9 @@
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/iio/qcom,spmi-vadc.h>


&spmi_bus {
&spmi_bus {
	#address-cells = <2>;
	#size-cells = <0>;

	qcom,pm8150@0 {
	qcom,pm8150@0 {
		compatible = "qcom,spmi-pmic";
		compatible = "qcom,spmi-pmic";
		reg = <0x0 SPMI_USID>;
		reg = <0x0 SPMI_USID>;
+4 −1
Original line number Original line 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -16,6 +16,9 @@
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/iio/qcom,spmi-vadc.h>


&spmi_bus {
&spmi_bus {
	#address-cells = <2>;
	#size-cells = <0>;

	qcom,pm8150b@2 {
	qcom,pm8150b@2 {
		compatible = "qcom,spmi-pmic";
		compatible = "qcom,spmi-pmic";
		reg = <0x2 SPMI_USID>;
		reg = <0x2 SPMI_USID>;
+4 −1
Original line number Original line 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -16,6 +16,9 @@
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/iio/qcom,spmi-vadc.h>


&spmi_bus {
&spmi_bus {
	#address-cells = <2>;
	#size-cells = <0>;

	qcom,pm8150l@4 {
	qcom,pm8150l@4 {
		compatible = "qcom,spmi-pmic";
		compatible = "qcom,spmi-pmic";
		reg = <0x4 SPMI_USID>;
		reg = <0x4 SPMI_USID>;
+5 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2018, 2019, 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -17,6 +17,10 @@


&qupv3_se0_spi {
&qupv3_se0_spi {
	status = "ok";
	status = "ok";

	#address-cells = <1>;
	#size-cells = <0>;

	can-controller@0 {
	can-controller@0 {
		compatible = "qcom,nxp,mpc5746c";
		compatible = "qcom,nxp,mpc5746c";
		reg = <0>;
		reg = <0>;
+4 −1
Original line number Original line 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -38,6 +38,9 @@ pm8150_1_gpios: &pm8150_gpios {


/* PM8150_2: */
/* PM8150_2: */
&spmi_bus {
&spmi_bus {
	#address-cells = <2>;
	#size-cells = <0>;

	qcom,pm8150@4 {
	qcom,pm8150@4 {
		compatible = "qcom,spmi-pmic";
		compatible = "qcom,spmi-pmic";
		reg = <0x4 SPMI_USID>;
		reg = <0x4 SPMI_USID>;
Loading