diff options
author | Alexander Graf <agraf@suse.de> | 2012-05-17 12:20:50 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-24 01:04:47 +0200 |
commit | 51b852b74c999f099338fba1b26bbbb4ab8a0bd4 (patch) | |
tree | a046fa4bba11d1c6431c7b58865d43201e74cce4 /pc-bios | |
parent | d50f71a5fda5515021a33e8e391decb5602f6328 (diff) | |
download | qemu-51b852b74c999f099338fba1b26bbbb4ab8a0bd4.tar.gz qemu-51b852b74c999f099338fba1b26bbbb4ab8a0bd4.tar.bz2 qemu-51b852b74c999f099338fba1b26bbbb4ab8a0bd4.zip |
PPC: e500: dt: create / node dynamically
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/mpc8544ds.dtb | bin | 1904 -> 1810 bytes | |||
-rw-r--r-- | pc-bios/mpc8544ds.dts | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/pc-bios/mpc8544ds.dtb b/pc-bios/mpc8544ds.dtb Binary files differindex 8194aa2e6f..25d92f681d 100644 --- a/pc-bios/mpc8544ds.dtb +++ b/pc-bios/mpc8544ds.dtb diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts index 2ca7c5421e..1eac8ef053 100644 --- a/pc-bios/mpc8544ds.dts +++ b/pc-bios/mpc8544ds.dts @@ -11,11 +11,6 @@ /dts-v1/; / { - model = "MPC8544DS"; - compatible = "MPC8544DS", "MPC85xxDS"; - #address-cells = <1>; - #size-cells = <1>; - aliases { serial0 = &serial0; serial1 = &serial1; |