Skip to content

Commit

Permalink
dts: bindings: add missing binding for st,stm32l0-flash-controller
Browse files Browse the repository at this point in the history
The st,stm32l0-flash-controller did not have a binding, add one for it.

Also made a comment in stm32l0.dtsi that the driver doesn't currently
support this controller.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Apr 9, 2020
1 parent 30c47cf commit 6bb3ff9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions dts/arm/st/l0/stm32l0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
label = "RTC_0";
};

/* Driver does not currently support the l0 flash controller */
flash-controller@40022000 {
compatible = "st,stm32l0-flash-controller";
label = "FLASH_CTRL";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2020, Linaro Limited
# SPDX-License-Identifier: Apache-2.0

description: STM32 L0 flash controller

compatible: "st,stm32l0-flash-controller"

include: flash-controller.yaml

0 comments on commit 6bb3ff9

Please sign in to comment.