From: Albert H. <he...@us...> - 2009-02-01 18:29:45
|
Update of /cvsroot/gc-linux/linux/arch/powerpc/boot/dts In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17186/arch/powerpc/boot/dts Modified Files: gamecube.dts wii.dts Log Message: Merge 2.6.28. Also: - run checkpatch against the non-broken source code - add GPIO driver fixes - implement getgeo for the special block drivers - small fixes Index: gamecube.dts =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/boot/dts/gamecube.dts,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- gamecube.dts 15 Nov 2008 20:10:14 -0000 1.7 +++ gamecube.dts 1 Feb 2009 18:29:34 -0000 1.8 @@ -2,8 +2,8 @@ * arch/powerpc/boot/dts/gamecube.dts * * Nintendo GameCube platform device tree source - * Copyright (C) 2007-2008 The GameCube Linux Team - * Copyright (C) 2007,2008 Albert Herranz + * Copyright (C) 2007-2009 The GameCube Linux Team + * Copyright (C) 2007,2008,2009 Albert Herranz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Index: wii.dts =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/boot/dts/wii.dts,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- wii.dts 25 Nov 2008 19:09:31 -0000 1.10 +++ wii.dts 1 Feb 2009 18:29:34 -0000 1.11 @@ -2,8 +2,8 @@ * arch/powerpc/boot/dts/wii.dts * * Nintendo Wii platform device tree source - * Copyright (C) 2008 The GameCube Linux Team - * Copyright (C) 2008 Albert Herranz + * Copyright (C) 2008-2009 The GameCube Linux Team + * Copyright (C) 2008,2009 Albert Herranz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -91,7 +91,7 @@ model = "hollywood"; compatible = "nintendo,hollywood"; clock-frequency = <e7be2c0>; /* 243MHz */ - ranges = <0c000000 0c000000 00010000 + ranges = <0c000000 0c000000 00010000 0d000000 0d000000 00010000 0d800000 0d800000 00001000 133e0000 133e0000 00020000>; @@ -159,11 +159,4 @@ compatible = "nintendo,starlet-hcd"; }; }; - - led { - compatible = "gpio-led"; - label = "tray"; - gpios = <&gpio0 5 0>; - }; }; - |