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 0EAD0C433EF for ; Wed, 23 Feb 2022 15:17:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5645783CAD; Wed, 23 Feb 2022 16:17:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20210112.gappssmtp.com header.i=@monstr-eu.20210112.gappssmtp.com header.b="C5NH2Vu8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BD2CC83CB0; Wed, 23 Feb 2022 16:17:48 +0100 (CET) Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) (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 8BC9083C1C for ; Wed, 23 Feb 2022 16:17:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=monstr@monstr.eu Received: by mail-ej1-x635.google.com with SMTP id p9so53121478ejd.6 for ; Wed, 23 Feb 2022 07:17:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=sender:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=rG6S/PxS5o4UpEJzmQcX2/cole/Sm6kuUjHnCQ05ju8=; b=C5NH2Vu8K+xvGT6hHbjYJwV4mCoDXICIGJ+4sRw/++eGcdgDpe6NzLWn2BAuWwtvxZ NMNQYF+cA85pIfbg0rxGZCcsHDJn1A4jP+axvKZqFUWJ0pylLY1h36izoTrdPxQ9isuI dciQgbs0idXhCDLhBO5npSBWFLBFX6J6s5Ub33coeDOnR6JJP70lmBqvL4hy+4emjNBb 4IBj2LZDdlkH5RrP6fnsuVbaHUUo6FhxSzLTcxHvI3yQHN9eOm5OQ/Ozky/g3cSnqFs4 aTMlAO5/i+GM6h3On/XRVLhq/0I8PknSv6jEPbVsilWlr6rVKvxI5DWLEboTXD4/CbY6 wELw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version:content-transfer-encoding; bh=rG6S/PxS5o4UpEJzmQcX2/cole/Sm6kuUjHnCQ05ju8=; b=gMteiq9eT1MIkWmVrlFbXtbuDrVfUr4fkEeN8lqMnCwm2XxT2ewVSkAGG/l/Aw9d+5 qPLhsW5p39ja+TAyHCzgzDqmAegO5NQmUX7zbbnIM6cO5R9jEVSezAqM7pn3Zn8JuYPI v2F97yg/N5JL7i0UZ/8MjOTjHAwVvWKgD33bq0GK1aJKMnCLMcVD6pa016eNBjhyoHzb 8P8Um3Ydxj+nqDxVrCypffA9wN7QnZ28SKsGVrmX8HZd7WpQUuIbGnCkzd8mc897RZZw xQC7rDez2wBCGyI5APuiUh9QoW/aaviHrSwk5FnDEoNkFGGsO0lomgA+1x1floP5hBTI tBog== X-Gm-Message-State: AOAM530zPz+KNwJSWCNPgWBZMlrDgCc1Oy3U5afSYjf6nP7DpNQt79Bu vwquQS8LHTM7zNSX1LXXjkECi2Oh0yDuVw== X-Google-Smtp-Source: ABdhPJxwZdnZwzthbgr/nVGx0Yd/6yBsKyyA53G1NTNcqA11Or181rf1fArovF+FLtKbAZ8RUKI6ow== X-Received: by 2002:a17:906:53d2:b0:6ce:791a:31a0 with SMTP id p18-20020a17090653d200b006ce791a31a0mr163273ejo.59.1645629464673; Wed, 23 Feb 2022 07:17:44 -0800 (PST) Received: from localhost ([2a02:768:2307:40d6::f9e]) by smtp.gmail.com with ESMTPSA id w12sm7608275ejv.43.2022.02.23.07.17.43 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 23 Feb 2022 07:17:43 -0800 (PST) From: Michal Simek To: u-boot@lists.denx.de, git@xilinx.com Subject: [PATCH 0/6] arm64: zynqmp: Update SOM boards Date: Wed, 23 Feb 2022 16:17:36 +0100 Message-Id: X-Mailer: git-send-email 2.35.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, kv-g boards have been moved to new model where u-boot configures a lot of things at run time which requires updates in DTs especially in connection to enabling clocks for these platforms. There are also small adjustment to match the latest state. Thanks, Michal Michal Simek (6): arm64: zynqmp: Move usb hub from i2c to usb node arm64: zynqmp: Setup clock for DP and DPDMA arm64: zynqmp: Use assigned-clock-rates for setting up clock in SOM arm64: zynqmp: Switch to ethernet-phy-id in kv260 arm64: zynqmp: Enable DP driver for SOMs arm64: zynqmp: Fix level of gpio reset for usb on kv260 boards arch/arm/dts/zynqmp-clk-ccf.dtsi | 8 ++++++++ arch/arm/dts/zynqmp-sck-kv-g-revA.dts | 12 +++++++++--- arch/arm/dts/zynqmp-sck-kv-g-revB.dts | 26 ++++++++++++++++++-------- arch/arm/dts/zynqmp-sm-k26-revA.dts | 5 +++++ 4 files changed, 40 insertions(+), 11 deletions(-) -- 2.35.1