Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752789AbdCXGbw (ORCPT ); Fri, 24 Mar 2017 02:31:52 -0400 Received: from regular1.263xmail.com ([211.150.99.136]:36741 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbdCXGbs (ORCPT ); Fri, 24 Mar 2017 02:31:48 -0400 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: cl@rock-chips.com X-FST-TO: rocky.hao@rock-chips.com X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: cl@rock-chips.com X-UNIQUE-TAG: <73c25be7d252b38ac8518442a2254fd2> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH v2 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs To: =?UTF-8?Q?Heiko_St=c3=bcbner?= References: <1489670244-13328-1-git-send-email-cl@rock-chips.com> <1489670244-13328-5-git-send-email-cl@rock-chips.com> <14610453.rKm3MBREMz@diego> <58D34208.6090509@rock-chips.com> Cc: robh+dt@kernel.org, mark.rutland@arm.com, zhengxing@rock-chips.com, andy.yan@rock-chips.com, jay.xu@rock-chips.com, matthias.bgg@gmail.com, paweljarosz3691@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, wsa@the-dreams.de, linux-i2c@vger.kernel.org, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, wxt@rock-chips.com, david.wu@rock-chips.com, linux-iio@vger.kernel.org, shawn.lin@rock-chips.com, akpm@linux-foundation.org, dianders@chromium.org, yamada.masahiro@socionext.com, catalin.marinas@arm.com, will.deacon@arm.com, afaerber@suse.de, shawnguo@kernel.org, khilman@baylibre.com, arnd@arndb.de, fabio.estevam@nxp.com, zhangqing@rock-chips.com, kever.yang@rock-chips.com, tony.xie@rock-chips.com, huangtao@rock-chips.com, yhx@rock-chips.com, rocky.hao@rock-chips.com From: =?UTF-8?B?6ZmI5Lqu?= Message-ID: <58D4BD40.5090900@rock-chips.com> Date: Fri, 24 Mar 2017 14:31:28 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <58D34208.6090509@rock-chips.com> 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 Content-Length: 1746 Lines: 53 Hi, Heiko: 在 2017年03月23日 11:33, 陈亮 写道: > Hi, Heiko > > 在 2017年03月21日 16:55, Heiko Stübner 写道: >> Hi, >> >> Am Donnerstag, 16. März 2017, 21:17:22 CET schrieb cl@rock-chips.com: >>> + assigned-clock-parents = >>> + <&cru HDMIPHY>, <&cru PLL_APLL>, >>> + <&cru PLL_GPLL>, <&xin24m>, >>> + <&xin24m>, <&xin24m>; >>> + assigned-clock-rates = >>> + <0>, <61440000>, >>> + <0>, <24000000>, >>> + <24000000>, <24000000>, >>> + <15000000>, <15000000>, >>> + <100000000>, <100000000>, >>> + <100000000>, <100000000>, >>> + <50000000>, <100000000>, >>> + <100000000>, <100000000>, >>> + <50000000>, <50000000>, >>> + <50000000>, <50000000>, >>> + <24000000>, <600000000>, >>> + <491520000>, <1200000000>, >>> + <150000000>, <75000000>, >>> + <75000000>, <150000000>, >>> + <75000000>, <75000000>, >>> + <300000000>, <100000000>, >>> + <300000000>, <200000000>, >>> + <400000000>, <500000000>, >>> + <200000000>, <300000000>, >>> + <300000000>, <250000000>, >>> + <200000000>, <100000000>, >>> + <24000000>, <100000000>, >>> + <150000000>, <50000000>, >>> + <32768>, <32768>; >>> + }; >>> + >>> + gmac2io: eth@ff540000 { >> phandle should be gmac instead? >> Node name, ethernet@ff540000 > RK3328 have another gmac channel with PHY in the soc, so gmac2io mean > the channel with the PHY outside, and it is also called gmac2io in the > TRM. So we remain gmac2io, or you have other idea? >> >> >> Heiko >> >