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 <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 35f2f8b commit 9d3ef21

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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)