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.8 required=3.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 3FD36C04AB6 for ; Fri, 31 May 2019 19:43:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2088426E80 for ; Fri, 31 May 2019 19:43:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727401AbfEaTnF (ORCPT ); Fri, 31 May 2019 15:43:05 -0400 Received: from smtp10.smtpout.orange.fr ([80.12.242.132]:40440 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727147AbfEaTnF (ORCPT ); Fri, 31 May 2019 15:43:05 -0400 Received: from belgarion ([90.76.40.119]) by mwinf5d45 with ME id K7j2200032aFDoA037j2ME; Fri, 31 May 2019 21:43:03 +0200 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Fri, 31 May 2019 21:43:03 +0200 X-ME-IP: 90.76.40.119 From: Robert Jarzmik To: Akinobu Mita Cc: Mauro Carvalho Chehab , Linux Media Mailing List , Mauro Carvalho Chehab , Sakari Ailus , Marco Felsch , Michael Grzeschik , Enrico Scholz Subject: Re: [PATCH v2] media: mt9m111: add regulator support References: <67b53f91ede9e9ffdda913c818065095a726b92e.1559157595.git.mchehab+samsung@kernel.org> X-URL: http://belgarath.falguerolles.org/ Date: Fri, 31 May 2019 21:43:02 +0200 In-Reply-To: (Akinobu Mita's message of "Thu, 30 May 2019 23:21:49 +0900") Message-ID: <877ea65s1l.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Akinobu Mita writes: >> Can anyone test this patch and send a tested-by? > > In my devicetree, vdd-supply is not defined. So it falls back to the dummy > regulator and works fine. Would that work also in a non devicetree build, ie. in a platform_data based one (as this is one of the mach-pxa targets) ? Cheers. -- Robert