Skip to content

Commit

Permalink
arm64: dts: imx8mm-verdin: update CAN clock to 40MHz
Browse files Browse the repository at this point in the history
[ Upstream commit be1e3df ]

Update SPI CAN controller clock to match current hardware design.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Fixes: 6a57f22 ("arm64: dts: freescale: add initial support for verdin imx8m mini")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Andrejs Cainikovs authored and gregkh committed Sep 15, 2022
1 parent 9383a11 commit 459b880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
Expand Up @@ -32,10 +32,10 @@
};

/* Fixed clock dedicated to SPI CAN controller */
clk20m: oscillator {
clk40m: oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <20000000>;
clock-frequency = <40000000>;
};

gpio-keys {
Expand Down Expand Up @@ -194,7 +194,7 @@

can1: can@0 {
compatible = "microchip,mcp251xfd";
clocks = <&clk20m>;
clocks = <&clk40m>;
interrupts-extended = <&gpio1 6 IRQ_TYPE_EDGE_FALLING>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_can1_int>;
Expand Down

0 comments on commit 459b880

Please sign in to comment.