From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 87374DDF13 for ; Tue, 24 Apr 2007 07:25:12 +1000 (EST) In-Reply-To: <3C290CCE-1B71-448A-8454-0C08BCF93279@freescale.com> References: <20070413012542.343eb848.kim.phillips@freescale.com> <95a9680c565aa196a4ef78964ef9dee1@kernel.crashing.org> <20070416102533.0f87396f.kim.phillips@freescale.com> <20070416115729.292c10b1.kim.phillips@freescale.com> <53810df560c7af272cd1c71c9d5fa1ab@kernel.crashing.org> <20070416193110.77b63e4b.kim.phillips@freescale.com> <788e650fbb3f95eaf1bfb6955f9cef17@kernel.crashing.org> <20070417152712.51c7348f.kim.phillips@freescale.com> <20070417201350.12727df7.kim.phillips@freescale.com> <524e7cf7aec7be8289ab2f99df8a0776@kernel.crashing.org> <20070418164849.6f0fd817.kim.phillips@freescale.com> <6358CE18-B118-4BC1-B46A-D485449273D5@freescale.com> <19b21e979d2b23eba0073dadc7c65620@kernel.crashing.org> <3C290CCE-1B71-448A-8454-0C08BCF93279@freescale.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 1/4 v2] powerpc: document max-speed and interface-type properties Date: Mon, 23 Apr 2007 23:24:04 +0200 To: Andy Fleming Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> On some configurations, what PHY to use is a runtime >> decision, not a static thing. No device tree change >> is necessary then. > > 1) Could you give me an example? Some older (plugin) cards are like that. I don't have model numbers handy, sorry. > 2) So you'd be having Linux ignore the phandle, then? No, Linux would find all the PHYs connected, via the device tree, and handle them all within the driver. Segher