Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: r8a779f0: Add SDHI0 support

Extracted from a larger BSP patch made by Linh Phung.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20220711134656.277730-3-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Wolfram Sang and committed by
Geert Uytterhoeven
6a24768c 568035b0

+13
+13
arch/arm64/boot/dts/renesas/r8a779f0.dtsi
··· 670 670 <&ipmmu_ds0 30>, <&ipmmu_ds0 31>; 671 671 }; 672 672 673 + mmc0: mmc@ee140000 { 674 + compatible = "renesas,sdhi-r8a779f0", 675 + "renesas,rcar-gen4-sdhi"; 676 + reg = <0 0xee140000 0 0x2000>; 677 + interrupts = <GIC_SPI 236 IRQ_TYPE_LEVEL_HIGH>; 678 + clocks = <&cpg CPG_MOD 706>, <&cpg CPG_CORE R8A779F0_CLK_SD0H>; 679 + clock-names = "core", "clkh"; 680 + power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>; 681 + resets = <&cpg 706>; 682 + max-frequency = <200000000>; 683 + status = "disabled"; 684 + }; 685 + 673 686 ipmmu_rt0: iommu@ee480000 { 674 687 compatible = "renesas,ipmmu-r8a779f0", 675 688 "renesas,rcar-gen4-ipmmu-vmsa";