From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 7 May 2019 17:10:29 +0800 Subject: [U-Boot] [PATCH v3 01/18] cros_ec: Use a hyphen in the uclass name In-Reply-To: <20190502165229.203099-2-sjg@chromium.org> References: <20190502165229.203099-1-sjg@chromium.org> <20190502165229.203099-2-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > Device-tree rules require that aliases use a hyphen rather than a > underscore. Update the uclass name to fit with this. > > This allows device-tree aliases to be used to refer to cros-ec devices, > for example: > > aliases { > cros-ec0 = &ec; > cros-ec1 = &pd; > }; > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Update the commit message to explain the implications on aliases > > drivers/misc/cros_ec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng