From 3b9560c47f5c81f57b08105683f8923ee123d7a5 Mon Sep 17 00:00:00 2001 From: Bastien Curutchet Date: Tue, 26 Nov 2024 08:28:57 +0100 Subject: [PATCH] labs/sysdev-accessing-hardware-bbb: Fix path to am335x-evm.dts Path to am335x-evm.dts is invalid so the link to elixir is broken. Fix the path Signed-off-by: Bastien Curutchet --- .../sysdev-accessing-hardware-bbb.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex b/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex index fef7b7e8fd..bfd10a3f1f 100644 --- a/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex +++ b/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex @@ -390,7 +390,7 @@ \subsection{Customizing the Device Tree} So, get back to your custom Device Tree and add pin muxing definitions for I2C1 (we took them from a device tree from another board with the same -CPU: \kfile{arch/arm/boot/dts/am335x-evm.dts}) and refer to these +CPU: \kfile{arch/arm/boot/dts/ti/omap/am335x-evm.dts}) and refer to these definitions in the \code{i2c1} node through the \code{pinctrl-names} and \code{pinctrl-0} properties: