[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1334256332-29867-3-git-send-email-k.lewandowsk@samsung.com>
Date: Thu, 12 Apr 2012 20:45:21 +0200
From: Karol Lewandowski <k.lewandowsk@...sung.com>
To: linux-samsung-soc@...r.kernel.org
Cc: devicetree-discuss@...ts.ozlabs.org, thomas.abraham@...aro.org,
m.szyprowski@...sung.com, kyungmin.park@...sung.com,
linux-kernel@...r.kernel.org, olof@...om.net,
kgene.kim@...sung.com,
Karol Lewandowski <k.lewandowsk@...sung.com>,
Grant Likely <grant.likely@...retlab.ca>
Subject: [PATCH 02/13] ARM: Add document to list devices with trivial DT
description
Add arm/trivial-devices.txt to enumerate devices for which only
basic resources are provided (compat, address and irq line).
This is based on i2c's trivial-devices.txt by Olof Johansson.
Signed-off-by: Karol Lewandowski <k.lewandowsk@...sung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@...sung.com>
Cc: Grant Likely <grant.likely@...retlab.ca>
---
.../devicetree/bindings/arm/trivial-devices.txt | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/trivial-devices.txt
diff --git a/Documentation/devicetree/bindings/arm/trivial-devices.txt b/Documentation/devicetree/bindings/arm/trivial-devices.txt
new file mode 100644
index 0000000..443814a
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/trivial-devices.txt
@@ -0,0 +1,10 @@
+This is a list of trivial devices that have simple device tree
+bindings, consisting only of a compatible field, an address and
+possibly an interrupt line.
+
+If a device needs more specific bindings, such as properties to
+describe some aspect of it, there needs to be a specific binding
+document for it just like any other devices.
+
+Compatible Vendor / Chip
+======================== =============
--
1.7.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists