From nobody Thu Mar 28 11:33:28 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1533890985960631.8235490900049; Fri, 10 Aug 2018 01:49:45 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 9EBF6210EB13B; Fri, 10 Aug 2018 01:49:44 -0700 (PDT) Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6A2CB210EB122 for ; Fri, 10 Aug 2018 01:49:43 -0700 (PDT) Received: by mail-pf1-x441.google.com with SMTP id j8-v6so4214184pff.6 for ; Fri, 10 Aug 2018 01:49:43 -0700 (PDT) Received: from localhost.localdomain ([64.64.108.24]) by smtp.gmail.com with ESMTPSA id h9-v6sm9805783pfe.187.2018.08.10.01.49.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 10 Aug 2018 01:49:41 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::441; helo=mail-pf1-x441.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UMprczNoF6cUTlMZbhoIUw89F24nh0QN7EzKtKJg1ks=; b=FrW46OJOSmqUkQcOtee1ptI8MG9CzL5CgiPEHFg/rBP9fUb7ietpjH2mE0Y0NmLnPE pUH4xl9u4h47PDy8ESDhcMwzb/5KMq5TAHZwx1ROmp9PcwxXIw3CepMlbOKGUMNGI7hf ZWfBnCANN/pm07Nug6jw8wGeDhTsAbffZWlXo= 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; bh=UMprczNoF6cUTlMZbhoIUw89F24nh0QN7EzKtKJg1ks=; b=Vw7OK/wPCQlrwlnekW8x9KrXXhq2I2T19WtyQhBolLvNr7UfcSDcawkXHqCpHGk89T bKV5AqksE04/arrg0HbVxRIUZSvnJuXAkW/QiLiWwlP8Zd9W31Gk4VrFyMzdUju3FcZN iUyANPFSWIpuyknhSmoo5pbwM+c7VT1ip6wIlyMdiVZDDn3Vzkbu+Vpdd9XnJCuiLUuu qbdFb/urCo2/NCojp/RzQtenFXtrU/B7WxF6BIBSlfrkvAFI/KDRrJ2wYgQ0ris3esoO 9fTl/XNXAEYTr4i3TigQyALFVnIiLwwgpEMRisW7JDCOZpespzjE4KodFeGcEvJ0tjSw wx9w== X-Gm-Message-State: AOUpUlFkOfypLjMp99EGvZAV+x/VxnII35wBaVtAEYlYNjLzH/WQmubR XsB3V0KU7Yhxw0HiTtFwfG+dFFsSXZI= X-Google-Smtp-Source: AA+uWPw2gSdbJL10mK1Fr8M1Hr3zWwShNrbxwPO/NB20g8FwcGEqBYpmeWxg8MfVIma0Qgs/IJTIoA== X-Received: by 2002:a63:e914:: with SMTP id i20-v6mr5567438pgh.10.1533890982803; Fri, 10 Aug 2018 01:49:42 -0700 (PDT) From: Haojian Zhuang To: edk2-devel@lists.01.org Date: Fri, 10 Aug 2018 16:49:33 +0800 Message-Id: <1533890975-13055-2-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1533890975-13055-1-git-send-email-haojian.zhuang@linaro.org> References: <1533890975-13055-1-git-send-email-haojian.zhuang@linaro.org> Subject: [edk2] [PATCH v1 edk-platforms 1/3] Silicon/Hi3660: fix LDO9_VSET register definition X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDMRC_1 RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Fix the LDO9_VSET register definition in PMIC. Cc: Leif Lindholm Cc: Ard Biesheuvel Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Haojian Zhuang --- Silicon/Hisilicon/Hi3660/Include/Hi3660.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Hisilicon/Hi3660/Include/Hi3660.h b/Silicon/Hisilicon/= Hi3660/Include/Hi3660.h index 5fbf32267657..6e0587f7783a 100644 --- a/Silicon/Hisilicon/Hi3660/Include/Hi3660.h +++ b/Silicon/Hisilicon/Hi3660/Include/Hi3660.h @@ -58,7 +58,7 @@ #define USB3OTG_PHY_CR_CAP_ADDR (1 << 0) =20 #define PMU_REG_BASE 0xFFF34000 -#define PMIC_LDO9_VSET_REG (PMU_REG_BASE + (0x068 << = 2)) +#define PMIC_LDO9_VSET_REG (PMU_REG_BASE + (0x06b << = 2)) #define LDO9_VSET_MASK (7 << 0) =20 #define PMIC_LDO16_ONOFF_ECO_REG (PMU_REG_BASE + (0x078 << = 2)) --=20 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel