From patchwork Tue Jul 16 13:37:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrei Gherzan X-Patchwork-Id: 1132770 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="APOo2id8"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45p1kg24RJz9sN4 for ; Tue, 16 Jul 2019 23:40:59 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 03A7BC21F20; Tue, 16 Jul 2019 13:40:37 +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=RCVD_IN_MSPIKE_H2, 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 CFF2DC21F24; Tue, 16 Jul 2019 13:38:59 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id A6D39C21E34; Tue, 16 Jul 2019 13:38:13 +0000 (UTC) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by lists.denx.de (Postfix) with ESMTPS id 34C79C21E49 for ; Tue, 16 Jul 2019 13:38:13 +0000 (UTC) Received: by mail-wr1-f68.google.com with SMTP id 31so21039153wrm.1 for ; Tue, 16 Jul 2019 06:38:13 -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=h8/9W7Zwgo8NeYeD2dMRztRKBo9Q7ZYB75gjOIA469k=; b=APOo2id8vyQeM/hjghOLje7sAgNl3h7WnICr6wkWDRxq+I63nX6gFA1pAFat0o/kRD mOhaK0IONeh/jKYBRXIc9/l2KTgthIx8gQzjc55KK4eTmc9cH6dWABnY7X4clNxRKxmk 8lwnHuFFvyiTfa6+4VoWrvip92pb7gavW1cDdsIgU9OsZUsghxvmtpqHu+LIjQOBJtW/ n8yaZ+x4gFOYBNBr70Gz9kn/ikCczzbJJiZOC5lWvNUvg7lRsL7yG8AA4o+v8A/ErexX UXunZ9d1KYO29HjEp/6L+wPljS6enYvbW3H6z0tvSKlVSd3a1izYldF8hXupDxLRrqz8 dgAw== 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=h8/9W7Zwgo8NeYeD2dMRztRKBo9Q7ZYB75gjOIA469k=; b=oyaIJ+Rk/Si6Q3A150tCXJOlzw+XKzchdqC3OR5zoRXDX3rXwiWTLxumkkmRYYldxf aWwQTOVBf6k/vJO/0D4iB4WvmskBXLa02yq5Hb+tzvjvc1uG2aRqLmPLCyJSbWnr3B7u FiHuPw9cyNYsdc54E0BSqGCdLU6NDdr3qls8+yuGX7V2TnfbKA1PoNHJL3NcZgnd9RQq pJnuPcNFpPF44sdaSzgMqp3WifcnRsbmgmRgAhcjPfYqkPjsuiMyLpB9TbyKMu/yt2PS tmE+6lsp8IEj7o5C3d6gnh8gA06NPGECI25JXi7x4XJAJAintx7KvduQQagO/nFpw1Xm 3VwA== X-Gm-Message-State: APjAAAXZPadRpCdHV+3xq9+6oG8m9aYcQYMfIQH6haeUiGDvButVDkMV Zx38CTGdesqDkVR+nCQ8PKrrwhN6 X-Google-Smtp-Source: APXvYqxJuD5XmywFxGdtnh1yFIOJN8ixmA1SeKxxOpQL9FyIbsq9lvZhOi9N2HpiWJADenKgxQ1zKw== X-Received: by 2002:a5d:62cc:: with SMTP id o12mr30686649wrv.63.1563284292500; Tue, 16 Jul 2019 06:38:12 -0700 (PDT) Received: from localhost.localdomain ([212.36.34.46]) by smtp.gmail.com with ESMTPSA id e5sm21450292wro.41.2019.07.16.06.38.11 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 16 Jul 2019 06:38:11 -0700 (PDT) From: andrei@gherzan.ro To: u-boot@lists.denx.de Date: Tue, 16 Jul 2019 14:37:52 +0100 Message-Id: <20190716133803.1174-6-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 05/16] rpi: Add rpi_model entry 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 Signed-off-by: Andrei Gherzan --- board/raspberrypi/rpi/rpi.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 617c892dde..6d6f1ef39a 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -148,6 +148,11 @@ static const struct rpi_model rpi_models_new_scheme[] = { DTB_DIR "bcm2837-rpi-cm3.dtb", false, }, + [0x11] = { + "4 Model B", + DTB_DIR "bcm2711-rpi-4-b.dtb", + true, + }, }; static const struct rpi_model rpi_models_old_scheme[] = {