From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965734AbdADRaV (ORCPT ); Wed, 4 Jan 2017 12:30:21 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35498 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761256AbdADRaJ (ORCPT ); Wed, 4 Jan 2017 12:30:09 -0500 Subject: Re: [PATCH 1/8] ARM: dts: armada-370-rd: Utilize new DSA binding To: Andrew Lunn References: <20170102022249.10657-1-f.fainelli@gmail.com> <20170102022249.10657-2-f.fainelli@gmail.com> <20170103163609.GE32450@lunn.ch> Cc: linux-arm-kernel@lists.infradead.org, vivien.didelot@savoirfairelinux.com, Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Rob Herring , Mark Rutland , Russell King , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list From: Florian Fainelli Message-ID: <307da709-5dbd-845b-b7ec-d0c3d46ad2e6@gmail.com> Date: Wed, 4 Jan 2017 09:30:07 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170103163609.GE32450@lunn.ch> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/03/2017 08:36 AM, Andrew Lunn wrote: >> + >> + switch: switch@10 { >> + compatible = "marvell,mv88e6085"; >> + #address-cells = <1>; >> + #size-cells = <0>; >> + reg = <16>; > > Hummm, a device tree question. switch@10, reg = <16>. Is there an > implicit understanding that the 10 is hex? Most (if not all?) unit addresses are hexadecimal, which is why this was chosen here, but I really don't mind changing that. -- Florian