From 4be34258f44642fdd384ce9fae6d9923b1f7b7e2 Mon Sep 17 00:00:00 2001 From: Peter Maxwell Warasila Date: Fri, 6 May 2022 17:30:15 -0400 Subject: [PATCH] dts: arm: st: u5: update m_can compatible In #45014 the m_can compatible identifier was changed from "m-can-base" to "m_can-base" while #45216 was being developed. This commit updates the dts for u5 to the latest format. Signed-off-by: Peter Maxwell Warasila --- dts/arm/st/u5/stm32u5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/arm/st/u5/stm32u5.dtsi b/dts/arm/st/u5/stm32u5.dtsi index 90d6acf63f2cb..016f7f236720b 100644 --- a/dts/arm/st/u5/stm32u5.dtsi +++ b/dts/arm/st/u5/stm32u5.dtsi @@ -392,7 +392,7 @@ }; can { - compatible = "bosch,m-can-base"; + compatible = "bosch,m_can-base"; #address-cells = <1>; #size-cells = <1>; std-filter-elements = <28>;