[PATCH v2 4/4] ARM: dts: suniv: Enable mmc for f1c100s.
Andre Przywara
andre.przywara at foss.arm.com
Mon Jan 31 02:17:49 PST 2022
On Sun, 30 Jan 2022 17:03:25 -0500
Jesse Taube <mr.bossman075 at gmail.com> wrote:
> Enable mmc0 in f1c100s-licheepi-nano device tree.
>
> Signed-off-by: Jesse Taube <Mr.Bossman075 at gmail.com>
> ---
> V1 -> V2:
> * New patch
> ---
> arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts b/arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts
> index a1154e6c7cb5..c856a6a20dc8 100644
> --- a/arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts
> +++ b/arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts
> @@ -24,3 +24,9 @@ &uart0 {
> pinctrl-0 = <&uart0_pe_pins>;
> status = "okay";
> };
> +
> +&mmc0 {
> + bus-width = <4>;
> + broken-cd;
> + status = "okay";
Do we need a vmmc-supply?
Otherwise looks alright.
Cheers,
Andre
> +};
More information about the linux-arm-kernel
mailing list