Skip to content

Commit

Permalink
sysdev-accessing-hardware-stm32: fix version for dtsi file
Browse files Browse the repository at this point in the history
As the latest version is no longer relevant.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Sep 11, 2023
1 parent c637b83 commit ca39101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ \subsection{Customizing the Device Tree}
Fortunately, I2C5 is already defined in the one of the DTS includes
used by the Device Tree for our board. In our case, that's in
\kfile{arch/arm/boot/dts/stm32mp151.dtsi}. Look by yourself in this
\kfileversion{arch/arm/boot/dts/stm32mp151.dtsi}{6.1}. Look by yourself in this
file, and you will find its definition, but with \code{status =
"disabled";}. This means that this I2C controller is not enabled yet,
and it's up to boards using it to do so.
Expand Down

0 comments on commit ca39101

Please sign in to comment.