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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D78F3C43334 for ; Wed, 15 Jun 2022 09:57:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 236F283020; Wed, 15 Jun 2022 11:57:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=monstr.eu Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=monstr-eu.20210112.gappssmtp.com header.i=@monstr-eu.20210112.gappssmtp.com header.b="xkUEbwqA"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 849A7843D5; Wed, 15 Jun 2022 11:57:00 +0200 (CEST) Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6E2D081E79 for ; Wed, 15 Jun 2022 11:56:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=monstr.eu Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=monstr@monstr.eu Received: by mail-ed1-x535.google.com with SMTP id 25so15291783edw.8 for ; Wed, 15 Jun 2022 02:56:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=Mntug3keaiSRX9/wg81Li5+x/asKKBBmrTZwfuYsPIU=; b=xkUEbwqAbEmZ9lElk3W10jXFWl1FxpBmmHpC9h4lWE58nFxf+Q2IMQ307aZYVyorl+ owD9yeszNim45UY0Z1rXLzm6Eeizmad1K71o1L45p5yO0LN2hxFSi3V4DniGrsYsOjoI PyDPg+ZKuxS3ZF+NEIpSMzXgnSEuNu87KtX5tsDXOYuuu8Eo3aG5q9n5jwJFFtecgeYL 68yXlAiQo0woa+3sRGG6HbbLk7PpEazdgPhsgJW8ENx4u9UD8dQpXAKcAm/mgklu7g7K /+TvYJejHfXJvNdg7ckqaMHxzHSKOZlIYwsETDFmawqkySvVEeIDFxNGSr6k20TomB9P 5jkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=Mntug3keaiSRX9/wg81Li5+x/asKKBBmrTZwfuYsPIU=; b=JUGhSl8GRQkn/pDonCg3wMinEK4dmlP2jcahFoxRtCO5+XiTTpjyngRjdCdSfu5YOW pDBvbviqYjWm05dWp3oIB+GWE5wgYe8EukamA2JI7tjq1vQPQdUK8swU8z76W1/JyVZP rpvqTP7bVIbLYqP6wXsMdEV3x8nkreCXmxZAnp9C78CkGnhfwHKNmRqkguPPo85GYZpa x47zLcZ4HIrQQOpZhv4Na/ir5DC0WbFw1gBJTye7Kmk/Z6C72ENulvJQZ6WIP2CKraOv x7JBG/7Bg3/LB7R+eD6IRTqL2nNysAT3kkCikV4pw8GNkIb4IiXGwzec9EU8LhBzROMF KpUg== X-Gm-Message-State: AJIora/YhAB0eSexR7SNNok7ELCs7jz2ttHdz/yef6Z6vkSLpL7SsL7b Eo6y4jri0gS9TLQPSkHCZSl5bOQnaX7Pxw== X-Google-Smtp-Source: AGRyM1tP3TVX77fsZHhaRUPC0SxS/EXzHDle3gDRC/SLAClh0Ip1s7A0mGcr98wVGpwVWBkP3RRhEw== X-Received: by 2002:aa7:d143:0:b0:42d:ca9c:aa76 with SMTP id r3-20020aa7d143000000b0042dca9caa76mr11711046edo.163.1655287017760; Wed, 15 Jun 2022 02:56:57 -0700 (PDT) Received: from localhost ([2a02:768:2307:40d6::f9e]) by smtp.gmail.com with ESMTPSA id hh14-20020a170906a94e00b00703e09dd2easm6242480ejb.147.2022.06.15.02.56.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jun 2022 02:56:57 -0700 (PDT) From: Michal Simek X-Google-Original-From: Michal Simek To: u-boot@lists.denx.de, git@xilinx.com Subject: [PATCH 0/3] arm64: zynqmp: Some DT updates Date: Wed, 15 Jun 2022 11:56:53 +0200 Message-Id: X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hi, I am sending DT series to fix some DT issues which were found. Thanks, Michal Michal Simek (3): arm64: zynqmp: Fix i2c addresses for vck190 SC arm64: zynqmp: Update tps53681 i2c address arm64: zynqmp: Fix tps544/u3007 node description arch/arm/dts/zynqmp-e-a2197-00-revA.dts | 6 +++--- arch/arm/dts/zynqmp-g-a2197-00-revA.dts | 4 ++-- arch/arm/dts/zynqmp-m-a2197-01-revA.dts | 4 ++-- arch/arm/dts/zynqmp-m-a2197-02-revA.dts | 8 ++------ arch/arm/dts/zynqmp-m-a2197-03-revA.dts | 8 ++++---- 5 files changed, 13 insertions(+), 17 deletions(-) -- 2.36.1