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

Commit e23aabc6 authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren
Browse files

ARM: dts: am33xx: Update DCAN nodes



Add "raminit-syscon" property to specify the RAMINIT register.
Add clock information.
Rename can nodes from "d_can" to "can" to be compliant
with the ePAPR specs.

Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 63728d57
Loading
Loading
Loading
Loading
+12 −8
Original line number Original line Diff line number Diff line
@@ -344,20 +344,24 @@
			interrupts = <91>;
			interrupts = <91>;
		};
		};


		dcan0: d_can@481cc000 {
		dcan0: can@481cc000 {
			compatible = "bosch,d_can";
			compatible = "ti,am3352-d_can";
			ti,hwmods = "d_can0";
			ti,hwmods = "d_can0";
			reg = <0x481cc000 0x2000
			reg = <0x481cc000 0x2000>;
				0x44e10644 0x4>;
			clocks = <&dcan0_fck>;
			clock-names = "fck";
			syscon-raminit = <&am33xx_control_module 0x644 0>;
			interrupts = <52>;
			interrupts = <52>;
			status = "disabled";
			status = "disabled";
		};
		};


		dcan1: d_can@481d0000 {
		dcan1: can@481d0000 {
			compatible = "bosch,d_can";
			compatible = "ti,am3352-d_can";
			ti,hwmods = "d_can1";
			ti,hwmods = "d_can1";
			reg = <0x481d0000 0x2000
			reg = <0x481d0000 0x2000>;
				0x44e10644 0x4>;
			clocks = <&dcan1_fck>;
			clock-names = "fck";
			syscon-raminit = <&am33xx_control_module 0x644 1>;
			interrupts = <55>;
			interrupts = <55>;
			status = "disabled";
			status = "disabled";
		};
		};