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

Commit 72eb8a71 authored by Abinaya P's avatar Abinaya P Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add DT changes for QTI CAN driver for MDM9650 and APQ8096



Add CAN device for MDM9650, APQ8096 and msm8996 auto variants using the
QTI CAN driver for nxp mpc5746 and Renesas RH850.

Change-Id: I501dbd29bf3e9eb7300244c0f51dfa051a72ec08
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
Signed-off-by: default avatarBalachandra C S <balacs@codeaurora.org>
parent a465f9e3
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015, 2018, 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
@@ -27,10 +27,14 @@
&spi_9 {
	status = "ok";
	can-controller@0 {
		compatible = "renesas,rh850";
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
		qcom,bits-per-word = <8>;
		qcom,support-can-fd;
	};
};
+6 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, 2018, 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
@@ -27,11 +27,15 @@
&spi_9 {
	status = "ok";
	can-controller@0 {
		compatible = "renesas,rh850";
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <122 0>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
		qcom,bits-per-word = <8>;
		qcom,support-can-fd;
	};
};

+6 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, 2018, 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
@@ -35,10 +35,14 @@
&spi_9 {
	status = "ok";
	can-controller@0 {
		compatible = "renesas,rh850";
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
		qcom,bits-per-word = <8>;
		qcom,support-can-fd;
	};
};
+6 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, 2018, 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
@@ -27,11 +27,15 @@
&spi_9 {
	status = "ok";
	can-controller@0 {
		compatible = "renesas,rh850";
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
		qcom,bits-per-word = <8>;
		qcom,support-can-fd;
	};
};

+6 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, 2018, 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
@@ -27,11 +27,15 @@
&spi_9 {
	status = "ok";
	can-controller@0 {
		compatible = "renesas,rh850";
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
		qcom,bits-per-word = <8>;
		qcom,support-can-fd;
	};
};

Loading