diff options
author | Alexander Graf <agraf@suse.de> | 2012-05-17 14:52:46 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-24 01:04:48 +0200 |
commit | f5038483e4e752b7b4f7053e90873b127bfe4064 (patch) | |
tree | 7ebeaec4acbba6df006bb666d56967e2c6f66471 /pc-bios | |
parent | 19ac9deacbadf77532723950ce3e128e18c31573 (diff) |
PPC: e500: dt: create global-utils node dynamically
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/mpc8544ds.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts index e536ab1e3f..4c7bd7570b 100644 --- a/pc-bios/mpc8544ds.dts +++ b/pc-bios/mpc8544ds.dts @@ -24,12 +24,6 @@ compatible = "chrp,open-pic"; device_type = "open-pic"; }; - - global-utilities@e0000 { //global utilities block - compatible = "fsl,mpc8544-guts"; - reg = <0xe0000 0x1000>; - fsl,has-rstcr; - }; }; pci0: pci@e0008000 { |