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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 3F94DC43600 for ; Tue, 4 May 2021 14:49:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 20EC361175 for ; Tue, 4 May 2021 14:49:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231309AbhEDOu3 (ORCPT ); Tue, 4 May 2021 10:50:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231393AbhEDOu2 (ORCPT ); Tue, 4 May 2021 10:50:28 -0400 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CCE1C06138A for ; Tue, 4 May 2021 07:49:32 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:1ca1:e52f:3ec5:3ac5]) by andre.telenet-ops.be with bizsmtp id 0epX250013aEpPb01epXJb; Tue, 04 May 2021 16:49:31 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1ldwMc-002nva-He; Tue, 04 May 2021 16:49:30 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1ldwMc-00HQRj-4g; Tue, 04 May 2021 16:49:30 +0200 From: Geert Uytterhoeven To: Wolfram Sang , Magnus Damm , Chris Paterson , Fabrizio Castro Cc: linux-renesas-soc@vger.kernel.org, linux-i2c@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] ARM: dts: r8a7745,r8a7794: Remove generic compatible strings from iic blocks Date: Tue, 4 May 2021 16:49:24 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi all, This patch series fixes the first issues discovered by[1], and removes the generic compatible strings from the IIC blocks on the R-Car E2 and RZ/G1E SoCs, as they do not have the automatic transmission registers. More follow-up patches are expected, when IIC will have dislosed all of its secrets... Thanks for your comments! [1] "[PATCH/RFC 4/6] dt-bindings: i2c: renesas,iic: Convert to json-schema" lore.kernel.org/r/ecfaf6be5e8c285db2bcc823bb1dd89931fa5c29.1620138454.git.geert+renesas@glider.be Geert Uytterhoeven (2): ARM: dts: r8a7745: Remove generic compatible strings from iic blocks ARM: dts: r8a7794: Remove generic compatible strings from iic blocks arch/arm/boot/dts/r8a7745.dtsi | 8 ++------ arch/arm/boot/dts/r8a7794.dtsi | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) -- 2.25.1 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