diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-10-21 08:58:44 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-11-05 22:08:28 +1100 |
commit | 691de57679e3f05b708b98ca2ab27657c768843f (patch) | |
tree | 2a7f532f06e8e074fbfc15bd5df8fe6d3fc3814d /arch/powerpc/boot/dts/pcm030.dts | |
parent | a6a8e009b118b4906cbb4b382f8cc17195cff860 (diff) | |
download | kernel_goldelico_gta04-691de57679e3f05b708b98ca2ab27657c768843f.zip kernel_goldelico_gta04-691de57679e3f05b708b98ca2ab27657c768843f.tar.gz kernel_goldelico_gta04-691de57679e3f05b708b98ca2ab27657c768843f.tar.bz2 |
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/pcm030.dts')
-rw-r--r-- | arch/powerpc/boot/dts/pcm030.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/pcm030.dts b/arch/powerpc/boot/dts/pcm030.dts index 7c1bb95..be2c11c 100644 --- a/arch/powerpc/boot/dts/pcm030.dts +++ b/arch/powerpc/boot/dts/pcm030.dts @@ -143,7 +143,6 @@ rtc@800 { // Real time clock compatible = "fsl,mpc5200b-rtc","fsl,mpc5200-rtc"; - device_type = "rtc"; reg = <0x800 0x100>; interrupts = <0x1 0x5 0x0 0x1 0x6 0x0>; interrupt-parent = <&mpc5200_pic>; @@ -301,7 +300,6 @@ interrupt-parent = <&mpc5200_pic>; fsl5200-clocking; rtc@51 { - device_type = "rtc"; compatible = "nxp,pcf8563"; reg = <0x51>; }; |