diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-10-21 12:58:44 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-11-05 14:08:28 +0300 |
commit | 691de57679e3f05b708b98ca2ab27657c768843f (patch) | |
tree | 2a7f532f06e8e074fbfc15bd5df8fe6d3fc3814d /arch/powerpc/boot/dts/mpc8379_rdb.dts | |
parent | a6a8e009b118b4906cbb4b382f8cc17195cff860 (diff) | |
download | linux-691de57679e3f05b708b98ca2ab27657c768843f.tar.xz |
powerpc: Remove device_type = "rtc" properties in .dts files
We don't want to encourage the device_type usage. It isn't used in
the code, so we can simply remove it from the dts files.
Suggested-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8379_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8379_rdb.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index 337af6ea26d3..ee64def19210 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts @@ -117,7 +117,6 @@ interrupt-parent = <&ipic>; dfsrr; rtc@68 { - device_type = "rtc"; compatible = "dallas,ds1339"; reg = <0x68>; }; |