linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Hsin-Yi Wang <hsinyi@chromium.org>,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
	"Collabora Kernel ML" <kernel@collabora.com>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"Nicolas Boichat" <drinkcat@chromium.org>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Bjorn Andersson" <bjorn.andersson@linaro.org>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Guido Günther" <agx@sigxcpu.org>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	"Max Krummenacher" <max.oss.09@gmail.com>,
	"Michael Walle" <michael@walle.cc>, "Nishanth Menon" <nm@ti.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Will Deacon" <will@kernel.org>,
	"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [RESEND PATCH 1/2] arm64: defconfig: Allow mt8173-based boards to boot from usb
Date: Wed, 31 Mar 2021 12:13:52 +0200	[thread overview]
Message-ID: <a36f2b08-5e23-271f-f894-911ebdd85c5a@gmail.com> (raw)
In-Reply-To: <CAJMQK-jO=yfXDa4t1WzNVmyoQnaBkQP1t1G3HgThWCRAseWk3g@mail.gmail.com>



On 31/03/2021 11:15, Hsin-Yi Wang wrote:
> On Wed, Mar 31, 2021 at 5:07 PM Enric Balletbo i Serra
> <enric.balletbo@collabora.com> wrote:
>>
>> Enable the option necessary to boot mt8173-based boards to boot from
>> usb devices, like its phy and the regulators needed to have proper
>> support.
>>
>> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
>> ---
> Reviewed-by: Hsin-Yi Wang <hsinyi@chromium.org>

Both patches applied to v5.12-next/defconfig

Thanks!

> 
>> This is only a resend rebased on top of mainline to fix some trivial
>> conflicts.
>>
>>  arch/arm64/configs/defconfig | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index d612f633b771..7b4be3807b6d 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -448,6 +448,7 @@ CONFIG_I2C_GPIO=m
>>  CONFIG_I2C_IMX=y
>>  CONFIG_I2C_IMX_LPI2C=y
>>  CONFIG_I2C_MESON=y
>> +CONFIG_I2C_MT65XX=y
>>  CONFIG_I2C_MV64XXX=y
>>  CONFIG_I2C_OMAP=y
>>  CONFIG_I2C_OWL=y
>> @@ -594,6 +595,7 @@ CONFIG_MFD_EXYNOS_LPASS=m
>>  CONFIG_MFD_HI6421_PMIC=y
>>  CONFIG_MFD_HI655X_PMIC=y
>>  CONFIG_MFD_MAX77620=y
>> +CONFIG_MFD_MT6397=y
>>  CONFIG_MFD_SPMI_PMIC=y
>>  CONFIG_MFD_RK808=y
>>  CONFIG_MFD_SEC_CORE=y
>> @@ -611,6 +613,8 @@ CONFIG_REGULATOR_HI655X=y
>>  CONFIG_REGULATOR_MAX77620=y
>>  CONFIG_REGULATOR_MAX8973=y
>>  CONFIG_REGULATOR_MP8859=y
>> +CONFIG_REGULATOR_MT6358=y
>> +CONFIG_REGULATOR_MT6397=y
>>  CONFIG_REGULATOR_PCA9450=y
>>  CONFIG_REGULATOR_PF8X00=y
>>  CONFIG_REGULATOR_PFUZE100=y
>> @@ -787,6 +791,7 @@ CONFIG_USB_RENESAS_USBHS_HCD=m
>>  CONFIG_USB_RENESAS_USBHS=m
>>  CONFIG_USB_ACM=m
>>  CONFIG_USB_STORAGE=y
>> +CONFIG_USB_MTU3=y
>>  CONFIG_USB_MUSB_HDRC=y
>>  CONFIG_USB_MUSB_SUNXI=y
>>  CONFIG_USB_DWC3=y
>> @@ -988,6 +993,7 @@ CONFIG_OWL_PM_DOMAINS=y
>>  CONFIG_RASPBERRYPI_POWER=y
>>  CONFIG_FSL_DPAA=y
>>  CONFIG_FSL_MC_DPIO=y
>> +CONFIG_MTK_PMIC_WRAP=y
>>  CONFIG_QCOM_AOSS_QMP=y
>>  CONFIG_QCOM_COMMAND_DB=y
>>  CONFIG_QCOM_GENI_SE=y
>> @@ -1064,6 +1070,7 @@ CONFIG_PHY_HI6220_USB=y
>>  CONFIG_PHY_HISTB_COMBPHY=y
>>  CONFIG_PHY_HISI_INNO_USB2=y
>>  CONFIG_PHY_MVEBU_CP110_COMPHY=y
>> +CONFIG_PHY_MTK_TPHY=y
>>  CONFIG_PHY_QCOM_QMP=m
>>  CONFIG_PHY_QCOM_QUSB2=m
>>  CONFIG_PHY_QCOM_USB_HS=y
>> --
>> 2.30.2
>>

      reply	other threads:[~2021-03-31 10:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  9:06 [RESEND PATCH 1/2] arm64: defconfig: Allow mt8173-based boards to boot from usb Enric Balletbo i Serra
2021-03-31  9:06 ` [RESEND PATCH 2/2] arm64: defconfig: Enable options to support panel display for Mediatek Chromebooks Enric Balletbo i Serra
2021-03-31  9:15   ` Hsin-Yi Wang
2021-03-31  9:15 ` [RESEND PATCH 1/2] arm64: defconfig: Allow mt8173-based boards to boot from usb Hsin-Yi Wang
2021-03-31 10:13   ` Matthias Brugger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a36f2b08-5e23-271f-f894-911ebdd85c5a@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=agx@sigxcpu.org \
    --cc=arnd@arndb.de \
    --cc=bjorn.andersson@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=drinkcat@chromium.org \
    --cc=enric.balletbo@collabora.com \
    --cc=geert+renesas@glider.be \
    --cc=hsinyi@chromium.org \
    --cc=jagan@amarulasolutions.com \
    --cc=kernel@collabora.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=max.oss.09@gmail.com \
    --cc=michael@walle.cc \
    --cc=nm@ti.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=shawnguo@kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).