[PATCH 6/5] [POWERPC] get rid of `model = "UCC"' in the ucc nodes

Kumar Gala galak at kernel.crashing.org
Sat Jan 26 03:33:51 EST 2008


On Jan 25, 2008, at 8:37 AM, Anton Vorontsov wrote:

> It isn't used anywhere, so remove it. If we'll ever need something
> like this, we'll use compatible property instead.
>
> Signed-off-by: Anton Vorontsov <avorontsov at ru.mvista.com>
> ---
>
> New cleanup in this series...
>
> Documentation/powerpc/booting-without-of.txt |    1 -
> arch/powerpc/boot/dts/mpc832x_mds.dts        |    3 ---
> arch/powerpc/boot/dts/mpc832x_rdb.dts        |    2 --
> arch/powerpc/boot/dts/mpc836x_mds.dts        |    2 --
> arch/powerpc/boot/dts/mpc8568mds.dts         |    2 --
> 5 files changed, 0 insertions(+), 10 deletions(-)
>
> diff --git a/Documentation/powerpc/booting-without-of.txt b/ 
> Documentation/powerpc/booting-without-of.txt
> index a3b6e2a..ab9f0bf 100644
> --- a/Documentation/powerpc/booting-without-of.txt
> +++ b/Documentation/powerpc/booting-without-of.txt
> @@ -1675,7 +1675,6 @@ platforms are moved over to use the flattened- 
> device-tree model.
> 	ucc at 2000 {
> 		device_type = "network";
> 		compatible = "ucc_geth";
> -		model = "UCC";
> 		device-id = <1>;

can device-id be changed to cell-index?

- k



More information about the Linuxppc-dev mailing list