diff options
author | Paul Mackerras <paulus@samba.org> | 2008-04-18 13:34:30 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-18 13:34:30 +1000 |
commit | 11a55f2274bf0d719e4dd05f4ac5e89a15740211 (patch) | |
tree | 0886a988b43e280fe00e529155f8cd796e7edcc8 /Documentation | |
parent | 858c52d15f186e055dc33a1872f5b45a66d42296 (diff) | |
parent | 1a9ebc0cd2b3bb4450834e564722630fbc40611b (diff) |
Merge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 528b4822f45..4cc780024e6 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt @@ -1645,8 +1645,7 @@ platforms are moved over to use the flattened-device-tree model. - device_type : should be "network", "hldc", "uart", "transparent" "bisync", "atm", or "serial". - compatible : could be "ucc_geth" or "fsl_atm" and so on. - - model : should be "UCC". - - device-id : the ucc number(1-8), corresponding to UCCx in UM. + - cell-index : the ucc number(1-8), corresponding to UCCx in UM. - reg : Offset and length of the register set for the device - interrupts : <a b> where a is the interrupt number and b is a field that represents an encoding of the sense and level @@ -1699,8 +1698,7 @@ platforms are moved over to use the flattened-device-tree model. ucc@2000 { device_type = "network"; compatible = "ucc_geth"; - model = "UCC"; - device-id = <1>; + cell-index = <1>; reg = <2000 200>; interrupts = <a0 0>; interrupt-parent = <700>; |