From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97202C7619B for ; Mon, 17 Feb 2020 08:06:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64B3A20725 for ; Mon, 17 Feb 2020 08:06:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="r4lTZKFk" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726996AbgBQIGd (ORCPT ); Mon, 17 Feb 2020 03:06:33 -0500 Received: from mail-io1-f65.google.com ([209.85.166.65]:36561 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726932AbgBQIGc (ORCPT ); Mon, 17 Feb 2020 03:06:32 -0500 Received: by mail-io1-f65.google.com with SMTP id d15so17472631iog.3; Mon, 17 Feb 2020 00:06:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=p4iErZEeHdLP/k4A9lJOInup/YFd9m5dp1K6FqMWj0s=; b=r4lTZKFkelyQbz679rc7YQ8WGMITje3bKOmCHvs+Q5j/Rr1HBfh2kI1MHWyR+CSksT IzanKGI/HDGMH/3l958t+tHn+BQykhIVokans18248p9ouurocRZvMjmq/5G3NPDWjOc /K8JsCM4NbwFk8b7noddTFElZkQzGmDwdkdZFrY0/EDZTKKKXYdU67HPoh9P6Hux+qEJ a+36sUjN7ghK+0IiDs3yLD6ytmWt5JvLIm4OdaBEOGjpLihhDYEq6XqKjEBba+aRNRcv 2J6D8scwACDFLfbvZrWxyDnYNrR23/PpbqLou5NNRQ6gZEKsHyfiXjnrT3Bljd3LAL22 jbfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p4iErZEeHdLP/k4A9lJOInup/YFd9m5dp1K6FqMWj0s=; b=ApXwxZctJ2Z8glSiReqllK0GdQ5aB6fBk0EcDD+J8i4uycKkmK7aHCxHY7FpHTYMaL fp2BU6x1WZU1uqXYkY/SxNE7NjDmTY5J0nzMix/Yk/YJFUfrNDeimra+7FShJWZfYKVy rN1o0Ril+9+Z4QPVdIHh0qS4Qd1uSvH0LEMI1B2wQKS25+TrRA+PkkcmCl48cQNtdLl8 lqyGKtmILK+0fluKaPvP04tDucFFDn7p2h1kmABrjWQATVvRsrgmHUkXORE69zvPOOwJ lBfvmEw95FmnBvTzZQJUoCs+ht3Cf3gnJDOnMrMFvtHJiPbH41T6oBWwVbGblkNOIYzj d6qA== X-Gm-Message-State: APjAAAXjZFacqicJ+NubGpP11z0X7d83y56nfoCoD2w/zDKbADCtPBwa +WnWSMJoEzwsDhsWHsAs6a8Mxgv3TQELVaMIGeE= X-Google-Smtp-Source: APXvYqwT6KOGaK3oTFNEspTWDTqsYMPcRLQVAN6wvSFTTlhryrCpMH7JZXDt+Ot+X/F8lBhIHH9/d+si6uF0Ts+z/C4= X-Received: by 2002:a05:6638:1a3:: with SMTP id b3mr11936540jaq.84.1581926791843; Mon, 17 Feb 2020 00:06:31 -0800 (PST) MIME-Version: 1.0 References: <20200216202101.2810-1-linux.amoon@gmail.com> <1jpnedzmr2.fsf@starbuckisacylon.baylibre.com> In-Reply-To: <1jpnedzmr2.fsf@starbuckisacylon.baylibre.com> From: Anand Moon Date: Mon, 17 Feb 2020 13:36:21 +0530 Message-ID: Subject: Re: [PATCH] arm64: dts: amlogic: odroid-n2: set usb-pwr-en regulator always on To: Jerome Brunet Cc: Rob Herring , Kevin Hilman , Martin Blumenstingl , Neil Armstrong , devicetree , linux-arm-kernel , linux-amlogic@lists.infradead.org, Linux Kernel Content-Type: text/plain; charset="UTF-8" Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Jerome, On Mon, 17 Feb 2020 at 13:08, Jerome Brunet wrote: > > > On Sun 16 Feb 2020 at 21:21, Anand Moon wrote: > > > usb-pwr-en regulator is getting disable after booting, setting > > regulator-alway-on help enable the regulator after booting. > > This explains what your patch does, not why it needs to be done. > Why does this regulator need be on at all time ? What device needs it > and cannot claim it properly ? > I missed this node is for micro usb, plz discard this patch. I am relay sorry for this, sorry for the noise. -Anand