[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1783248.GgDFSgCcj8@diego>
Date: Fri, 06 Mar 2020 20:09:05 +0100
From: Heiko Stübner <heiko@...ech.de>
To: Tobias Schramm <t.schramm@...jaro.org>
Cc: Mark Rutland <mark.rutland@....com>, devicetree@...r.kernel.org,
Emmanuel Vadot <manu@...ebsd.org>,
Alexis Ballier <aballier@...too.org>,
Katsuhiro Suzuki <katsuhiro@...suster.net>,
linux-kernel@...r.kernel.org,
Douglas Anderson <dianders@...omium.org>,
Kever Yang <kever.yang@...k-chips.com>,
Markus Reichl <m.reichl@...etechno.de>,
linux-rockchip@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>,
Jagan Teki <jagan@...rulasolutions.com>,
Nick Xie <nick@...das.com>, Andy Yan <andy.yan@...k-chips.com>,
Johan Jonker <jbx6244@...il.com>,
Matthias Kaehlcke <mka@...omium.org>,
Vivek Unune <npcomplete13@...il.com>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v4 2/2] arm64: dts: rockchip: Add initial support for Pinebook Pro
Hi Tobias,
Am Freitag, 6. März 2020, 19:58:45 CET schrieb Tobias Schramm:
> Hi Heiko,
>
> >> This commit adds initial dt support for the rk3399 based Pinebook Pro.
> >>
> >> Signed-off-by: Tobias Schramm <t.schramm@...jaro.org>
> >
> > applied for 5.7
> >
>
> any chance you can squeeze in another small fix? Somewhere in the
> process the vmcc and vqmmc supplies of the sdmmc controller were removed
> in error. Those should be added to the sdmmc controller like this:
>
> &sdmmc {
> pinctrl-names = "default";
> pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
> sd-uhs-sdr104;
> + vmmc-supply = <&vcc3v0_sd>;
> + vqmmc-supply = <&vcc_sdio>;
> status = "okay";
> };
I've amended the commit with these two properties.
Heiko
Powered by blists - more mailing lists