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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5231CC433FE for ; Sun, 16 Jan 2022 00:59:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234010AbiAPA64 (ORCPT ); Sat, 15 Jan 2022 19:58:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234014AbiAPA64 (ORCPT ); Sat, 15 Jan 2022 19:58:56 -0500 Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D08D4C06173F for ; Sat, 15 Jan 2022 16:58:55 -0800 (PST) Received: by mail-oi1-x22d.google.com with SMTP id r131so18123764oig.1 for ; Sat, 15 Jan 2022 16:58:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3Zbir2HQFQZdW9Tmc/FhUTrgl/itixs+HF0NKBgjfVc=; b=Yh0vPDd1G6keQC/FJtF4agKsRM/U93onYrsMyZG2hqH4zxiYv8BwcyI2njKr6aFPMB iCqLfls8da11QehL5xhjaZRimYnfreZ/848FN6buJv6vnAUW8BBHYWW0tHRCTb+DqBpp AQad/LL9E2wlF6MLj9SmH9rh2W96loC1zXRyVTSoJ/a1Rer3usmihSpx+/G1DHnMUsCW bdjgrGTE8033EaBQecjg1vG0sBJVERrEnV69ZipfazKz5cdIioboi42YAy4aKi9wTLjY SH4HggOONaq8/vGf6WlM3wIqq/5XJLlWaRyz1SYJwEmlBJ/rJp/cZ8jV4Nm9AE5szaek uWTg== 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; bh=3Zbir2HQFQZdW9Tmc/FhUTrgl/itixs+HF0NKBgjfVc=; b=E1LOYZVwk4s/TEbJvyMOaKMds/gx6op4GWxPuZuK0zoJIphdNjQzl1mMwGNRN9r9fi 5snPBUWXwVNw9TYALjQtX2mrcnWA+Ck1GuNFG/VdE+/UpmSrhfVvTwX9Zbz7QKK2Lf/4 Vb7WK+zdnENd93mM1tY8L5Oum7UGPO4m/ZVPBUTr5a2kVjilYjjknUy9PNo0Dh+TeKPa qnMbCr6SCG8W3t+0F3cqe5OPY4I9kJ8A5I1vfFd8V4FJgIwTq7K81ZprKHR6pZu+Yc+z jE8+aos4oid0lf4Vp76nJCFdSUJAXdH330tDwHnEtEjCIYXKd745XgTlp9+WJVNuyhYj VnZA== X-Gm-Message-State: AOAM531Clx/2GkIhfevwo58X3fXVrpaoSxRkWjZFv9zkbTLYF6BiAp61 6R8fgexGxPfW1LdcU+UVwWsviaSZaK3cUL3jvyX40w== X-Google-Smtp-Source: ABdhPJxWMRX3TsxnLYFJRGSaSneOnzs9jAel1b3dZQqFej3Jh5BIbaG7pKz3veRZwsjhuRLRjjczmU3tGMJEt2q+IJ4= X-Received: by 2002:a05:6808:2097:: with SMTP id s23mr8350127oiw.132.1642294735018; Sat, 15 Jan 2022 16:58:55 -0800 (PST) MIME-Version: 1.0 References: <20220111140519.1.Ie2662d6289af1e9758b14b37149703c846d5f509@changeid> In-Reply-To: <20220111140519.1.Ie2662d6289af1e9758b14b37149703c846d5f509@changeid> From: Linus Walleij Date: Sun, 16 Jan 2022 01:58:43 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: pinctrl: drive-strength doesn't default to 2 if unspecified To: Douglas Anderson Cc: Bjorn Andersson , Stephen Boyd , Matthias Kaehlcke , linux-arm-msm@vger.kernel.org, Andy Gross , Rob Herring , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jan 11, 2022 at 11:05 PM Douglas Anderson wrote: > If the drive-strength isn't specified in the device tree then it > doesn't actually default to 2. Instead, it defaults to whatever the > heck the BIOS left it at. If the BIOS doesn't touch it then that means > it's whatever the heck the initial state of the pin was when the SoC > booted. > > Reported-by: Matthias Kaehlcke > Signed-off-by: Douglas Anderson Patch applied. Yours, Linus Walleij