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=-3.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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 7ABC4C433E9 for ; Fri, 5 Feb 2021 10:36:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3BE7C64F3B for ; Fri, 5 Feb 2021 10:36:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231522AbhBEKgZ (ORCPT ); Fri, 5 Feb 2021 05:36:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231452AbhBEKeB (ORCPT ); Fri, 5 Feb 2021 05:34:01 -0500 Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB499C061793 for ; Fri, 5 Feb 2021 02:33:20 -0800 (PST) Received: by mail-ej1-x631.google.com with SMTP id b9so11058155ejy.12 for ; Fri, 05 Feb 2021 02:33:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=nakZx3zOEZLUUZAMILq/ar1r+Acw84d9yqhqJi2BCQ4=; b=MCaRB/yhouM+RasCXL7nWTII8zlWlMUWJAulO8jiC92x8qY3zCz/ZGArDm64ac/QVu VLQM9j87YSDa3s86JmjFuS0nHbLZedPdvmtL7t/YozzV3TlB5BwbFOu+tbzemhs3XjDv qQyeiCfX55uvYTwtzs6Qm0U0ROsgSkXHI7zsFMI84+S4aUpEwnJLT1sb0s1QqxH9N76H aFcfa1C0x/QwJzp1/IMOouUvIXzmYNBHSoMxXokMqH3fjYiacgwIGHe51hPP5gTubOXT tttNxPaUJCMjFmYYAT2UziRm1+BKsTzMNXOhAzCsl9vWOXkAutzGpRf1FXkTdXqnALF8 W4ng== 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=nakZx3zOEZLUUZAMILq/ar1r+Acw84d9yqhqJi2BCQ4=; b=mFl3d/QIB7XV84goWDofhZonpAjIHcy+Mh8LVv0Cz7CUMfP9bScVZNMsOqEob1zuZp SCeVHP7ahANY8K8uauC8U5ifUpV6+rLF3yj41N53JqGDruYcfR3fbajj8nCPeDjs3p8q wlDfu8oN6Kt/Zjc5RtDdW1yJhMX9nANN5ZcEzzCcTtovqdEgyH8deyuIBhEtE3OiIesR QtocyYNLvRSf6P0Cb125RDWM/077ZKKvAkhR16YZZFx8Cvzeve1TxsWRpv6QqxtvwaD+ wK+flG8bftrGpVx3UeaSzZywpherihMumm/Kt2NsXYURlD0cGSXlZ6Skw74mAQvy/5MK I3YQ== X-Gm-Message-State: AOAM533+yDaVGHQXFDMbahprouRf9EnbfQ+Hgcqd9qSWgN4QfRLbyr7W 2xAEPQVtbxRIzZIXGMfTNix+0OHPQLrRK7UqR9ilXw== X-Google-Smtp-Source: ABdhPJyHaqQrjRO5cpqMINsa6mjFq2ZDnqJ4rhd+YTk+15U1aHYwn6Iulgfm+QqVy4Lfq+NfF6kym99R3LGVRL0xXUA= X-Received: by 2002:a17:906:8053:: with SMTP id x19mr3388210ejw.470.1612521199418; Fri, 05 Feb 2021 02:33:19 -0800 (PST) MIME-Version: 1.0 References: <20210128111343.2295888-1-geert+renesas@glider.be> <20210128113353.GN963@ninjato> In-Reply-To: From: Bartosz Golaszewski Date: Fri, 5 Feb 2021 11:33:08 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: eeprom: at24: Document ROHM BR24G01 To: Geert Uytterhoeven Cc: Wolfram Sang , Rob Herring , Linux I2C , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jan 28, 2021 at 12:59 PM Geert Uytterhoeven wrote: > > Hi Wolfram, > > On Thu, Jan 28, 2021 at 12:33 PM Wolfram Sang > wrote: > > On Thu, Jan 28, 2021 at 12:13:43PM +0100, Geert Uytterhoeven wrote: > > > Document the compatible value for the ROHM Semiconductor BR24G01 I2C bus > > > EEPROM. > > > > What is the difference between those two? Could one also be the fallback > > of the other (just in the highly unlikely case we need "generic" Rohm > > handling somewhen)? > > Good question. The datasheets look similar. > Parametric search on rohm.com says the G-series differs in using > "Cu wire bonding". > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds I'm fine with the current form as it's simpler than using two fallbacks. Do you want to submit another version anyway or can I pick it up? Bartosz