Skip to content

Commit fa63c00

Browse files
Faiz-Abbastmlind
authored andcommitted
arm: dts: dra76x: Fix mmc3 max-frequency
dra76x is not affected by i887 which requires mmc3 node to be limited to a max frequency of 64 MHz. Fix this by overwriting the correct value in the the dra76 specific dtsi. Fixes: 895bd4b ("ARM: dts: Add support for dra76-evm") Cc: [email protected] Signed-off-by: Faiz Abbas <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 27f1377 commit fa63c00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/dra76x.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@
128128
&usb4_tm {
129129
status = "disabled";
130130
};
131+
132+
&mmc3 {
133+
/* dra76x is not affected by i887 */
134+
max-frequency = <96000000>;
135+
};

0 commit comments

Comments
 (0)