Skip to content
Snippets Groups Projects
Commit 8faac094 authored by Antony Antony's avatar Antony Antony Committed by Jagan Teki
Browse files

arm64: sun50i-h5.dtsi : update to kernel 4.14


last Kernel commit of sun50i-h5.dtsi d86e63e1f0b7

Signed-off-by: default avatarAntony Antony <antony@phenome.org>
Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
parent b6251db8
Branches
Tags
No related merge requests found
......@@ -72,6 +72,38 @@
};
};
&ccu {
compatible = "allwinner,sun50i-h5-ccu";
};
&gic {
compatible = "arm,gic-400";
};
&mmc0 {
compatible = "allwinner,sun50i-h5-mmc",
"allwinner,sun50i-a64-mmc";
clocks = <&ccu CLK_BUS_MMC0>, <&ccu CLK_MMC0>;
clock-names = "ahb", "mmc";
};
&mmc1 {
compatible = "allwinner,sun50i-h5-mmc",
"allwinner,sun50i-a64-mmc";
clocks = <&ccu CLK_BUS_MMC1>, <&ccu CLK_MMC1>;
clock-names = "ahb", "mmc";
};
&mmc2 {
compatible = "allwinner,sun50i-h5-emmc",
"allwinner,sun50i-a64-emmc";
clocks = <&ccu CLK_BUS_MMC2>, <&ccu CLK_MMC2>;
clock-names = "ahb", "mmc";
};
&pio {
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
compatible = "allwinner,sun50i-h5-pinctrl";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment