Commit 8a3946ca authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: v4l2-fwnode: Add a deprecation note in the old ACPI parsing example

This is not how ACPI tables are written. Add a deprecation note and refer
to the proper documentation.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent a5c7caa1
...@@ -828,7 +828,10 @@ static int v4l2_fwnode_reference_parse(struct device *dev, ...@@ -828,7 +828,10 @@ static int v4l2_fwnode_reference_parse(struct device *dev,
* underneath the fwnode identified by the previous tuple, etc. until you * underneath the fwnode identified by the previous tuple, etc. until you
* reached the fwnode you need. * reached the fwnode you need.
* *
* An example with a graph, as defined in Documentation/acpi/dsd/graph.txt: * THIS EXAMPLE EXISTS MERELY TO DOCUMENT THIS FUNCTION. DO NOT USE IT AS A
* REFERENCE IN HOW ACPI TABLES SHOULD BE WRITTEN!! See documentation under
* Documentation/acpi/dsd instead and especially graph.txt,
* data-node-references.txt and leds.txt .
* *
* Scope (\_SB.PCI0.I2C2) * Scope (\_SB.PCI0.I2C2)
* { * {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment