mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
arm64: dts: renesas: eagle-function-expansion: Add eMMC support
Add pinmuxing and configuration of the MMC-capable SDHI instance to make use of the eMMC. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250923161709.3110-2-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
43e7b3c713
commit
8895b0e600
|
|
@ -170,7 +170,24 @@ csi40_in: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
&mmc0 {
|
||||
pinctrl-0 = <&mmc_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
vmmc-supply = <&d3p3>;
|
||||
vqmmc-supply = <&d1p8>;
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pfc {
|
||||
mmc_pins: mmc {
|
||||
groups = "mmc_data8", "mmc_ctrl";
|
||||
function = "mmc";
|
||||
power-source = <1800>;
|
||||
};
|
||||
|
||||
vin0_pins_parallel: vin0 {
|
||||
groups = "vin0_data12", "vin0_sync", "vin0_clk", "vin0_clkenb";
|
||||
function = "vin0";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user