From patchwork Tue Jul 16 13:37:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrei Gherzan X-Patchwork-Id: 1132779 X-Patchwork-Delegate: matthias.bgg@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=gherzan.ro Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=gherzan.ro header.i=@gherzan.ro header.b="L/XasV8d"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45p1qS2r2Hz9s7T for ; Tue, 16 Jul 2019 23:45:08 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id E8FA8C21F3E; Tue, 16 Jul 2019 13:40:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 8A902C21F2B; Tue, 16 Jul 2019 13:39:00 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 7B71EC21E47; Tue, 16 Jul 2019 13:38:14 +0000 (UTC) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by lists.denx.de (Postfix) with ESMTPS id 29C62C21E34 for ; Tue, 16 Jul 2019 13:38:14 +0000 (UTC) Received: by mail-wm1-f65.google.com with SMTP id v15so18726442wml.0 for ; Tue, 16 Jul 2019 06:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gherzan.ro; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=bwvPfiUziZgbU+0rGJf3I+vsYCUjxAxekdQpU+8gArk=; b=L/XasV8dzPBuPnHi7pe1mfWTQ5fWKMZpO4ZhRj6p/ArDBKmFLyF/RAc38U4tdQDYwK gy+U0uunzQTAfJGdoMoP+0R+tA06Jt4cemb1S7z3S0DXDKSZCRRwk4SeVqLYDPwE9rbw d1d1pgJ1oKs/XrweooV/3U6xC2qDAjAM4DVwEJwcHDAzLGNfL5/QOWT8ipilNR6yOEXF lVHCUFOT32Rb0iRsKDiCnx0rkc7bhgoebTUhkyPeTTEsTGKHLHKYiqkyhR6Xi/AgjhA5 v5LaYqgRvtqEvzqqY2KC3Ef3JY/7zWwL3u8j8K2nIkaCXOhRHfMZ7aRSYMeGwgsLN/0J RylQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bwvPfiUziZgbU+0rGJf3I+vsYCUjxAxekdQpU+8gArk=; b=nFowBpQE4Oz8k5NdS6LFlYBG6gzOhMKT6eguGQLYZvL0wPv9K74iCJjdyAd6BbHEYV NDYxSaKTHu1Lyjbso2WWH9xvlvVUSKU7VMjyYqyeb4GypHSQHvsHL/ar9hiV27hZ7QUN 4XJLT58Ca2dTF0q3aKk6xq01DXFob7yNdhRLF2FXuJfmuB8VR0R3M3+qL1FzEqz1hSpS Ivm0jaod+mw2swWUfKsO9WG9Q6Av5tEGJuh+7WQVLSqSZJsfZaa6sqmPB+2/2PCvWv+k Emu2GwvTDV/AeWEy7OPchpOMJhFDiimsLlS6lCI6RXPoCVt9owtwTJGzQDqBvieH7uCU qnwg== X-Gm-Message-State: APjAAAVs/OAM29YkF15pnCyMYUqaLuI5oazKqYpegFVlr0AxU2rmhRtH oPUDxIKUKwhu3RQqAhGk6BUetMns X-Google-Smtp-Source: APXvYqxvcYY/fSOfc07YxvPsg7WmY4CUi24Jk5eCAEHZk8ZcI5thmHlNITkke24texxQWNIm4xpqWw== X-Received: by 2002:a05:600c:10ce:: with SMTP id l14mr30117498wmd.118.1563284293358; Tue, 16 Jul 2019 06:38:13 -0700 (PDT) Received: from localhost.localdomain ([212.36.34.46]) by smtp.gmail.com with ESMTPSA id e5sm21450292wro.41.2019.07.16.06.38.12 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 16 Jul 2019 06:38:12 -0700 (PDT) From: andrei@gherzan.ro To: u-boot@lists.denx.de Date: Tue, 16 Jul 2019 14:37:53 +0100 Message-Id: <20190716133803.1174-7-andrei@gherzan.ro> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190716133803.1174-1-andrei@gherzan.ro> References: <20190716133803.1174-1-andrei@gherzan.ro> MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 16 Jul 2019 13:38:53 +0000 Cc: Andrei Gherzan Subject: [U-Boot] [PATCH 06/16] dt-bindings: Define BCM2838_CLOCK_EMMC2 needed for RaspberryPi 4 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" From: Andrei Gherzan On BCM2838 there is an additional clock. This clock was added in the same bcm2835-cprman driver and is used by the emmc2 dt node. Signed-off-by: Andrei Gherzan --- include/dt-bindings/clock/bcm2835.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/bcm2835.h b/include/dt-bindings/clock/bcm2835.h index 2cec01f968..457fd4e23c 100644 --- a/include/dt-bindings/clock/bcm2835.h +++ b/include/dt-bindings/clock/bcm2835.h @@ -58,3 +58,5 @@ #define BCM2835_CLOCK_DSI1E 48 #define BCM2835_CLOCK_DSI0P 49 #define BCM2835_CLOCK_DSI1P 50 + +#define BCM2838_CLOCK_EMMC2 51