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

Commit 700a951b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add MCP25xxfd support for SDM845 RB3 platform"

parents 4bba86cc 069548df
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -33,6 +33,33 @@
	status = "ok";
};

&pcie1 {
	status = "disable";
};

&soc {
	clk40M: can_clock {
	compatible = "fixed-clock";
	#clock-cells = <0>;
	clock-frequency = <40000000>;
	};
};

&qupv3_se0_spi {
	status = "ok";
	can@0 {
		compatible = "microchip,mcp2517fd";
		reg = <0>;
		clocks = <&clk40M>;
		interrupt-parent = <&tlmm>;
		interrupts = <104 0>;
		interrupt-names = "can_irq";
		spi-max-frequency = <10000000>;
		gpio-controller;
		status = "okay";
	};
};

&qupv3_se3_i2c {
	status = "disabled";
};