From da472e5b30f63b7f214b1d646ef0d955cbf3f295 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 10 May 2017 10:44:18 +0200 Subject: treewide: access device tree from userspace via /proc/ Access the device tree via /proc/device-tree/ is the documented way to access the properties. Everything else might not work in future. Signed-off-by: Mathias Kresin --- target/linux/lantiq/base-files/lib/functions/lantiq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/base-files/lib') diff --git a/target/linux/lantiq/base-files/lib/functions/lantiq.sh b/target/linux/lantiq/base-files/lib/functions/lantiq.sh index d9758f50f6..6459e30421 100644 --- a/target/linux/lantiq/base-files/lib/functions/lantiq.sh +++ b/target/linux/lantiq/base-files/lib/functions/lantiq.sh @@ -3,7 +3,7 @@ lantiq_get_dt_led() { local label local ledpath - local basepath="/sys/firmware/devicetree/base" + local basepath="/proc/device-tree/base" local nodepath="$basepath/aliases/led-$1" [ -f "$nodepath" ] && ledpath=$(cat "$nodepath") -- cgit v1.2.3