Skip to content

Commit 970890b

Browse files
ikmdaninashif
authored andcommitted
dts/arm: STM32: fixing compilation warning.
This commit fixes the compilation warning occurred due to usage of upper case in "interrupt-controller@4000F400". Signed-off-by: Krishna Mohan Dani <[email protected]>
1 parent 05b78f0 commit 970890b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/l5/stm32l5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
reg = <0x40021000 0x400>;
106106
};
107107

108-
exti: interrupt-controller@4000F400 {
108+
exti: interrupt-controller@4000f400 {
109109
compatible = "st,stm32-exti";
110110
interrupt-controller;
111111
#interrupt-cells = <1>;

0 commit comments

Comments
 (0)