diff options
author | Alexander Graf <agraf@suse.de> | 2012-05-17 14:51:07 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-24 01:04:48 +0200 |
commit | 5da96624391b27f9ead1e0639dbca416926cd660 (patch) | |
tree | 61df464d17bb01d717da3593b0cd09291dea0942 /pc-bios | |
parent | f5231aafbfcbf4c43c7612785daa8f26e54ab5bb (diff) |
PPC: e500: dt: create /soc8544 node dynamically
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/mpc8544ds.dts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts index 1eac8ef053..01b53baa68 100644 --- a/pc-bios/mpc8544ds.dts +++ b/pc-bios/mpc8544ds.dts @@ -18,15 +18,6 @@ }; soc8544@e0000000 { - #address-cells = <1>; - #size-cells = <1>; - device_type = "soc"; - compatible = "simple-bus"; - - ranges = <0x0 0xe0000000 0x100000>; - reg = <0xe0000000 0x1000>; // CCSRBAR 1M - bus-frequency = <0>; // Filled out by uboot. - serial0: serial@4500 { cell-index = <0>; device_type = "serial"; |