From patchwork Tue Jul 16 13:37:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrei Gherzan X-Patchwork-Id: 1132786 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="IlDi8Ltv"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45p1v74MJ8z9sN4 for ; Tue, 16 Jul 2019 23:48:19 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id F33B9C21F48; Tue, 16 Jul 2019 13:41:04 +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 33DF3C21F2F; Tue, 16 Jul 2019 13:39:01 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id C52E5C21E49; Tue, 16 Jul 2019 13:38:15 +0000 (UTC) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by lists.denx.de (Postfix) with ESMTPS id 32F4DC21E49 for ; Tue, 16 Jul 2019 13:38:15 +0000 (UTC) Received: by mail-wm1-f45.google.com with SMTP id 207so18723376wma.1 for ; Tue, 16 Jul 2019 06:38:15 -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=UXYvawa/pLk7g+iXct5m2g3du/UZKgc2r/IJuxf8Q0c=; b=IlDi8LtvMkVdbPoEOLD2LXrRNiHk7V0wjgoU8CjfoaGUajFl4gpnM2TVmOhVqTwzDG jufO3d8ci/1K7vQTbd5SFhYxrD9VIrGtuSl8yRnnSamZz7HQyv/YpSg+s4CoFjcEIiLx iOnc4vM/kU83ia24gajX30kkE3w3KJaZoVv3ehKtb1xKdCiogydyPxtoZfHA55WmFt6r 0Od0Cu501hxDcjv89GO3Osot1QhAwxfNjUYYry6tZ2S4JriWxssvDR8fSrYuAQJcVnE9 PUPpjHXs09xb9C50BdLWIURT3mK2XrgrdSXdys7gJIqQHt0nGFXLNX4U+5tL2QD6kv1c H95A== 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=UXYvawa/pLk7g+iXct5m2g3du/UZKgc2r/IJuxf8Q0c=; b=hvQmlNzrge3oB4TlBRfOe7CtFyz/NTMvzL0koqjlt9g4sRLMt6PlfW+Y4nDCCaUkfJ uUwUjYYj46gFCNKSTJ9BjuxMA/Q6Wt4llJY1xfMM8nBUwdP8jVrBARfeyNK3mS/nStdn 7lo21ORa0o6jX8ZNMx4k2iUq0i3LIZjOd/AMwYdcUj93Kt+FraFByS7cyEGfwuut/9hm wiWQFg+Mx4kxuYbLzO/d50iKQ/txlHMYq0IR4DbIzUD9e/eJRMDBq9LVv9XDM7lCnWzy dmQkF7fMqvEUfWEY6Ol0H+JbXrp06Qld6CGkFQs5rUi4GFBi81LVc4oYQBXAFyadrEtZ 5Rgw== X-Gm-Message-State: APjAAAXU9Dl6Y9V0nXJUONyGD1+JtAv60N1Sl6dKYZsAFVko+ok8Ybb+ L2JJ0a60mr6bDx7weKLX4obY0urN X-Google-Smtp-Source: APXvYqynak+j/qIfDE0PimmOWAHYqz2/L39LkbbfjL0CadivgJQ9XKjtG/c9F4wWJXA1p5GEa1OfgQ== X-Received: by 2002:a05:600c:1007:: with SMTP id c7mr29423493wmc.161.1563284294424; Tue, 16 Jul 2019 06:38:14 -0700 (PDT) Received: from localhost.localdomain ([212.36.34.46]) by smtp.gmail.com with ESMTPSA id e5sm21450292wro.41.2019.07.16.06.38.13 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 16 Jul 2019 06:38:13 -0700 (PDT) From: andrei@gherzan.ro To: u-boot@lists.denx.de Date: Tue, 16 Jul 2019 14:37:54 +0100 Message-Id: <20190716133803.1174-8-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 07/16] arm: bcm283x: Include definition for additional emmc clock 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 This clock has a different mbox ID[1] so have this included in the relevant header file. [1] https://github.com/raspberrypi/firmware/issues/1179 Signed-off-by: Andrei Gherzan --- arch/arm/mach-bcm283x/include/mach/mbox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-bcm283x/include/mach/mbox.h b/arch/arm/mach-bcm283x/include/mach/mbox.h index 2d711daaa8..cad035e8cd 100644 --- a/arch/arm/mach-bcm283x/include/mach/mbox.h +++ b/arch/arm/mach-bcm283x/include/mach/mbox.h @@ -239,6 +239,7 @@ struct bcm2835_mbox_tag_set_power_state { #define BCM2835_MBOX_CLOCK_ID_SDRAM 8 #define BCM2835_MBOX_CLOCK_ID_PIXEL 9 #define BCM2835_MBOX_CLOCK_ID_PWM 10 +#define BCM2835_MBOX_CLOCK_ID_EMMC2 12 struct bcm2835_mbox_tag_get_clock_rate { struct bcm2835_mbox_tag_hdr tag_hdr;