Skip to content

Commit 9d3ef21

Browse files
jernejskmripard
authored andcommitted
arm64: dts: allwinner: h6: tanix-tx6: enable emmc
Tanix TX6 has 32 GiB eMMC. Add a node for it. Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20210722161220.51181-4-jernej.skrabec@gmail.com
1 parent 35f2f8b commit 9d3ef21

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@
9898
status = "okay";
9999
};
100100

101+
&mmc2 {
102+
vmmc-supply = <&reg_vcc3v3>;
103+
vqmmc-supply = <&reg_vcc1v8>;
104+
bus-width = <8>;
105+
non-removable;
106+
cap-mmc-hw-reset;
107+
mmc-hs200-1_8v;
108+
status = "okay";
109+
};
110+
101111
&ohci0 {
102112
status = "okay";
103113
};

0 commit comments

Comments
 (0)