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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 26A87C433FE for ; Fri, 24 Sep 2021 12:37:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0578B6124C for ; Fri, 24 Sep 2021 12:37:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343539AbhIXMjA (ORCPT ); Fri, 24 Sep 2021 08:39:00 -0400 Received: from mail-vk1-f177.google.com ([209.85.221.177]:39811 "EHLO mail-vk1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245265AbhIXMi7 (ORCPT ); Fri, 24 Sep 2021 08:38:59 -0400 Received: by mail-vk1-f177.google.com with SMTP id f73so3879605vkf.6; Fri, 24 Sep 2021 05:37:26 -0700 (PDT) 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=42I/j7EJUoe1na+qCjbWLO26DRP+d7+Jsq/Q0zLHtDU=; b=INxlBNIn5lroFdad63+AY9HCzb7+gW3EbwvlS0wa7yHSj19RRtvvXqexDl0+H2Quc5 NEDJgLJgpLit0vHx8IKPzRw3otOqf4Y4/QDTzQdaZFjSCSDGtOCNIkqdu25uoVt/+zMe NtZL2wZUUw5S/nfHBIteupayuXmYu8LWKKEkM5kWmQ5pRIPrqriQbBL4BYvaqPhHCr/9 2EbYtPM4Vk+XjhUIuNXxb5yznqPKnaq4mOZSaOW6lwkTaE22K3Joned+c6KrgEnOhtBO 8iuRpeIj9Xwl3h1+WNQFPRf2jcsyeRxQjlHXpV8t9kd3m+30Dzc045lz2lhlV/voeV4C eZqQ== X-Gm-Message-State: AOAM531GvFxqybDYEMW/WDZFyJcasjNBazZ/VGcC78dirVUoJc4QGSSH mTQHTWdHqFLqXncefzOp/IK43+IGm7RwbsAQV8U= X-Google-Smtp-Source: ABdhPJyDLWMp4EQ2iv6EKC6E6I1Rf7GeNbzBrcz8iYtLmWXuBOn5YU+PcZnZqUd4X/n5/jjpEJnGnJ+041+EGAbSq/w= X-Received: by 2002:a1f:3a4b:: with SMTP id h72mr7384734vka.19.1632487046079; Fri, 24 Sep 2021 05:37:26 -0700 (PDT) MIME-Version: 1.0 References: <08f73c2aa0d4e580303357dfae107d084d962835.1632486753.git.geert+renesas@glider.be> In-Reply-To: <08f73c2aa0d4e580303357dfae107d084d962835.1632486753.git.geert+renesas@glider.be> From: Geert Uytterhoeven Date: Fri, 24 Sep 2021 14:37:14 +0200 Message-ID: Subject: Re: [PATCH] dt-bindings: drm/bridge: ti-sn65dsi86: Fix reg value To: David Airlie , Daniel Vetter , Rob Herring , Kieran Bingham , Laurent Pinchart Cc: DRI Development , "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 Fri, Sep 24, 2021 at 2:35 PM Geert Uytterhoeven wrote: > make dtbs_check: > > arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dt.yaml: bridge@2c: reg:0:0: 45 was expected > > According to the datasheet, the I2C address can be either 0x2c or 0x2d, > depending on the ADDR control input. > > Fixes: e3896e6dddf0b821 ("dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings") > Signed-off-by: Geert Uytterhoeven > --- > Also seen with the in-flight Falcon DSI display output patch: > > arch/arm64/boot/dts/renesas/r8a779a0-falcon.dt.yaml: sn65dsi86@2c: reg:0:0: 45 was expected > --- > .../devicetree/bindings/display/bridge/ti,sn65dsi86.yaml | 2 +- And the email address of this file's maintainer bounces. 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 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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 44C18C433EF for ; Fri, 24 Sep 2021 12:37:29 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E648261164 for ; Fri, 24 Sep 2021 12:37:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E648261164 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E847F6E1BA; Fri, 24 Sep 2021 12:37:27 +0000 (UTC) Received: from mail-vk1-f176.google.com (mail-vk1-f176.google.com [209.85.221.176]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3998A6E1BA for ; Fri, 24 Sep 2021 12:37:27 +0000 (UTC) Received: by mail-vk1-f176.google.com with SMTP id b67so3855073vkb.13 for ; Fri, 24 Sep 2021 05:37:27 -0700 (PDT) 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=42I/j7EJUoe1na+qCjbWLO26DRP+d7+Jsq/Q0zLHtDU=; b=mkCEY0D6TEZPRRvCRuKj3MJkIt9iWTwC/wsGsNjIEzJNksh39bm3gHkSvZ3lyu+T9J sVv4yzAmaFfQLs7Qa07Omh0DZEn4OBj3LKdGXknduQwy1evhBDc5SfHcqUxa+8JgBr8G 25Gu+gOgQi2yIBAZpwxP2VsRJR1Pa2Ug5n8IqZc3wX/h/jJYfsJAEO9ASBMvs7aR6O/y e9sci+e1vwIpY89llNnhvlvns1envsh9RRiq3NRM/EkiusxCh4T1tTgbTFhLEcz3vMPI 0zPWujGNEAeWQoUOkDpAqekE4SXmDKVbmEr/7/iiZPjG+wWTdl7VihLbUV8sntISFfLZ idxg== X-Gm-Message-State: AOAM533QCQB01nyOJ5pn935lxJvhWdhMME795shXNrHfbiB3c8iMtM3+ eaaHaBQ5eWjxBewQGsEvMFPAIBAsuSy5lLIPFmU= X-Google-Smtp-Source: ABdhPJyDLWMp4EQ2iv6EKC6E6I1Rf7GeNbzBrcz8iYtLmWXuBOn5YU+PcZnZqUd4X/n5/jjpEJnGnJ+041+EGAbSq/w= X-Received: by 2002:a1f:3a4b:: with SMTP id h72mr7384734vka.19.1632487046079; Fri, 24 Sep 2021 05:37:26 -0700 (PDT) MIME-Version: 1.0 References: <08f73c2aa0d4e580303357dfae107d084d962835.1632486753.git.geert+renesas@glider.be> In-Reply-To: <08f73c2aa0d4e580303357dfae107d084d962835.1632486753.git.geert+renesas@glider.be> From: Geert Uytterhoeven Date: Fri, 24 Sep 2021 14:37:14 +0200 Message-ID: Subject: Re: [PATCH] dt-bindings: drm/bridge: ti-sn65dsi86: Fix reg value To: David Airlie , Daniel Vetter , Rob Herring , Kieran Bingham , Laurent Pinchart Cc: DRI Development , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Sep 24, 2021 at 2:35 PM Geert Uytterhoeven wrote: > make dtbs_check: > > arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dt.yaml: bridge@2c: reg:0:0: 45 was expected > > According to the datasheet, the I2C address can be either 0x2c or 0x2d, > depending on the ADDR control input. > > Fixes: e3896e6dddf0b821 ("dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings") > Signed-off-by: Geert Uytterhoeven > --- > Also seen with the in-flight Falcon DSI display output patch: > > arch/arm64/boot/dts/renesas/r8a779a0-falcon.dt.yaml: sn65dsi86@2c: reg:0:0: 45 was expected > --- > .../devicetree/bindings/display/bridge/ti,sn65dsi86.yaml | 2 +- And the email address of this file's maintainer bounces. 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