From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 06 Dec 2023 09:51:13 +0000
Subject: [PATCH] add dts config

---
 kernel/Documentation/driver-api/firmware/lookup-order.rst |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kernel/Documentation/driver-api/firmware/lookup-order.rst b/kernel/Documentation/driver-api/firmware/lookup-order.rst
index 88c8173..6064672 100644
--- a/kernel/Documentation/driver-api/firmware/lookup-order.rst
+++ b/kernel/Documentation/driver-api/firmware/lookup-order.rst
@@ -12,6 +12,8 @@
   return it immediately
 * The ''Direct filesystem lookup'' is performed next, if found we
   return it immediately
+* The ''Platform firmware fallback'' is performed next, but only when
+  firmware_request_platform() is used, if found we return it immediately
 * If no firmware has been found and the fallback mechanism was enabled
   the sysfs interface is created. After this either a kobject uevent
   is issued or the custom firmware loading is relied upon for firmware

--
Gitblit v1.6.2