From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751852AbcF3GeN (ORCPT ); Thu, 30 Jun 2016 02:34:13 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:33603 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751182AbcF3GeK convert rfc822-to-8bit (ORCPT ); Thu, 30 Jun 2016 02:34:10 -0400 From: Alexandre Courbot To: Marcel Ziswiler Cc: , Thierry Reding , , Stephen Warren , Rob Herring , , Mark Rutland , Russell King , Subject: Re: [PATCH v3] arm: tegra124: remove commas from unit addresses Date: Thu, 30 Jun 2016 15:34:05 +0900 MIME-Version: 1.0 Message-ID: <03546b91-7c7d-427a-a583-827f00eda64c@gmail.com> In-Reply-To: <1467238897-10028-1-git-send-email-marcel.ziswiler@toradex.com> References: <1467238897-10028-1-git-send-email-marcel.ziswiler@toradex.com> User-Agent: Trojita/0.7; Qt/5.6.1; xcb; Linux; Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, June 30, 2016 7:21:37 AM JST, Marcel Ziswiler wrote: > Remove commas from unit addresses as suggested by Rob Herring upon me > posting initial Apalis TK1 support: > > http://article.gmane.org/gmane.linux.ports.tegra/26608 > > Please keep the remaining 0, notation on the GPU node in place as a > former mainline U-Boot version was looking for that particular notation > in order to perform required fix-ups on it. Tested-by: Alexandre Courbot Confirmed that GPU still probes and is usable after this.