Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0A51C433F5 for ; Tue, 7 Dec 2021 03:30:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234166AbhLGDd1 (ORCPT ); Mon, 6 Dec 2021 22:33:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232168AbhLGDd0 (ORCPT ); Mon, 6 Dec 2021 22:33:26 -0500 Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 612BFC061746; Mon, 6 Dec 2021 19:29:57 -0800 (PST) Received: by mail-qk1-x733.google.com with SMTP id b67so13387556qkg.6; Mon, 06 Dec 2021 19:29:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=7roDkg3KrE7fLZXK82trfY03V59oVuH/SpXZx6lh9oQ=; b=azUrlGXnBPtCnMt/9o5J4bQPvIsW8BR0symPEnaaE4xgK/AuuiP1v8QBXxG8hH3TIS jOh9gIK+xKPgduYo/jzMVwMQSDFjPHb0bOogL3BL0ql+jzlT4pjf1ZAUkD3mjOBRSWNC qoZlnMdHb+wcOFSnWjjMr7YsHQTCjw7TOb3Ks= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=7roDkg3KrE7fLZXK82trfY03V59oVuH/SpXZx6lh9oQ=; b=OiQKMJKCrzAv0rYnRqjiGcoJoiEzbZMF1x4arN5x+TyEmAHjucyAzXj/JXDy7x6UR+ mfg6jLrxvp/PX8TKduOCxEO+rmC2NJzJC74OBTR+Gsfvq2bGNVVtE9RmnTVgmFVqB5pW /V+JLSC8eTpUY6pcxWvkYjQA+aGphZeQIZ0iUsStSfncCLYbRBMGF6CjumaYVY/hzUZ4 rcRicSewUcaRqLQyAcZo4rrxBlfsLbW3rlxOAFFK+f9n3tyxtjPGBETAKqfUR/ayxbld a8xAOQLCN1bhSaLINm3X+6AFkrHMYgiDlJRAbc1oQIO0PHpQrbCcH4eq5uWasc/Pr5aP 296A== X-Gm-Message-State: AOAM530Ej3xHs7DQ183Ma8Kn+6SjpzDG4YNDfLziwF15wjJwPba7AhUF 31uuY3Q03sVcyE6pUOOLz7XNLJLbeU1PbsfGrfg= X-Google-Smtp-Source: ABdhPJzqqZnGA8mDLqBmrvcztTUSfOqGT68qRSrRQy+N3lGeHB2yc7Q/8VaVw3Nd7JAGTZvPx56kgOqtko7zdRJuoss= X-Received: by 2002:a05:620a:1004:: with SMTP id z4mr36775157qkj.243.1638847796330; Mon, 06 Dec 2021 19:29:56 -0800 (PST) MIME-Version: 1.0 References: <20211201033738.121846-1-howard.chiu@quantatw.com> In-Reply-To: From: Joel Stanley Date: Tue, 7 Dec 2021 03:29:43 +0000 Message-ID: Subject: Re: [PATCH v6] ARM: dts: aspeed: Adding Facebook Bletchley BMC To: =?UTF-8?B?SG93YXJkIENoaXUgKOmCseWGoOedvyk=?= Cc: Patrick Williams , Howard Chiu , Arnd Bergmann , Olof Johansson , SoC Team , Rob Herring , Andrew Jeffery , Linux ARM , devicetree , Linux Kernel Mailing List , linux-aspeed Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 7 Dec 2021 at 02:53, Howard Chiu (=E9=82=B1=E5=86=A0=E7=9D=BF) wrote: > > Hi Joel > > Bletchley platform needs to support fan control. > Since Billy's patch for upstream is still under review, I can't add pwm/t= ach node into dts or the build would fail. > > As you know, I had committed the pwm/tach driver for ast26xx to OpenBMC l= inux, could I commit the dts to OpenBMC linux instead of upstream for early= build? I'd suggest no, omit those features for now, and you can add them in once we have a driver. The device tree bindings for the tach/pwm need some work before they can be approved. When I asked you to fix the patch, I was referring to the usb-c warnings that I posted about the other week. > > Howard > > > -----Original Message----- > > From: Joel Stanley > > Sent: Tuesday, December 7, 2021 6:52 AM > > To: Patrick Williams > > Cc: Howard Chiu ; Arnd Bergmann > > ; Olof Johansson ; SoC Team > > ; Rob Herring ; Andrew Jeffery > > ; Linux ARM ; > > devicetree ; Linux Kernel Mailing List > > ; linux-aspeed ; > > Howard Chiu (=E9=82=B1=E5=86=A0=E7=9D=BF) > > Subject: Re: [PATCH v6] ARM: dts: aspeed: Adding Facebook Bletchley BMC > > > > On Mon, 6 Dec 2021 at 21:25, Patrick Williams wrote= : > > > > > > On Wed, Dec 01, 2021 at 11:37:38AM +0800, Howard Chiu wrote: > > > > Initial introduction of Facebook Bletchley equipped with > > > > Aspeed 2600 BMC SoC. > > > > > > > > Signed-off-by: Howard Chiu > > > > > > > > > > ... > > > > > > > Change since v2: > > > > - Remove uart5 workaround > > > > - Remove gpio nodes of pca9552/pca9539 > > > > - Modify gpio-line-name of led/power/presence pins with openbmc > > pattern > > > > > > A number of the GPIOs do not have defined openbmc patterns for them y= et. > > The > > > names you have chosen are ok for now, but we will be changing them as= we > > refine > > > development of this machine further. > > > > > > > + gpio-line-names =3D > > > > + > > "SLED0_MS_DETECT1","SLED0_VBUS_BMC_EN","SLED0_INA230_ALERT","SLE > > D0_P12V_STBY_ALERT", > > > > + > > "SLED0_SSD_ALERT","SLED0_MS_DETECT0","SLED0_RST_CCG5","SLED0_FUSB > > 302_INT", > > > > + > > "SLED0_MD_STBY_RESET","SLED0_MD_IOEXP_EN_FAULT","SLED0_MD_DIR"," > > SLED0_MD_DECAY", > > > > + > > "SLED0_MD_MODE1","SLED0_MD_MODE2","SLED0_MD_MODE3","power-ho > > st0"; > > > > > > Such as these... > > > > > > > -- > > > > 2.25.1 > > > > > > > > > > Otherwise, > > > > > > Reviewed-by: Patrick Williams > > > > Thanks for reviewing. > > > > Howard, I'm merging patches for v5.17 but I can't apply this until you > > fix the warnings I mentioned. > > > > Cheers, > > > > Jeol > > > > > > -- > > > Patrick Williams