summaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc/dts-bindings/fsl/board.txt
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2008-10-21 06:49:55 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2008-10-21 06:49:55 +0200
commit84dfcb4b318463cd4883b6a19937824f49aee564 (patch)
tree56a96898bff3a2bd3a65abb28a8c018d28db85e8 /Documentation/powerpc/dts-bindings/fsl/board.txt
parentpowerpc: Delete unused prom_strtoul and prom_memparse (diff)
parentpowerpc/83xx: Add DS1339 RTC support for MPC8349E-mITX boards .dts (diff)
downloadlinux-84dfcb4b318463cd4883b6a19937824f49aee564.tar.xz
linux-84dfcb4b318463cd4883b6a19937824f49aee564.zip
Merge commit 'kumar/kumar-for-2.6.28'
Diffstat (limited to 'Documentation/powerpc/dts-bindings/fsl/board.txt')
-rw-r--r--Documentation/powerpc/dts-bindings/fsl/board.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/powerpc/dts-bindings/fsl/board.txt b/Documentation/powerpc/dts-bindings/fsl/board.txt
index 74ae6f1cd2d6..81a917ef96e9 100644
--- a/Documentation/powerpc/dts-bindings/fsl/board.txt
+++ b/Documentation/powerpc/dts-bindings/fsl/board.txt
@@ -2,13 +2,13 @@
Required properties:
- - device_type : Should be "board-control"
+ - compatible : Should be "fsl,<board>-bcsr"
- reg : Offset and length of the register set for the device
Example:
bcsr@f8000000 {
- device_type = "board-control";
+ compatible = "fsl,mpc8360mds-bcsr";
reg = <f8000000 8000>;
};