Re: [U-Boot] [PATCH v6 1/2] arm64: sun50i-h5.dtsi : update to kernel 4.14

2017-11-21 Thread Jagan Teki
On Tue, Nov 21, 2017 at 2:41 PM, Antony Antony  wrote:
> last Kernel commit of sun50i-h5.dtsi d86e63e1f0b7
>
> Signed-off-by: Antony Antony 

Applied to u-boot-sunxi/master
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v6 1/2] arm64: sun50i-h5.dtsi : update to kernel 4.14

2017-11-21 Thread Antony Antony
last Kernel commit of sun50i-h5.dtsi d86e63e1f0b7

Signed-off-by: Antony Antony 
---
Changes v1->v2
 removed memory {}, compatible ="allwinner,sun5i-a13-mmc"
 remove CONFIG_SPL_SPI_FLASH_SUPPORT=y and CONFIG_SPL_SPI_SUNXI=y (no SPI)
 remove CONFIG_SD_BOOT=y
Changes v2->v3
 removed compatible ="allwinner,sun50i-a64-mmc"
Changes v3->v4
 removed compatible from mmc0
 add h5 & a64 compaitable to sun50i-h5.dtsi
Changes v4->v5
update sun50i-h5.dtsi to krenel tree 4.14
Changes v5->v6
 update board/sunxi/MAINTAINERS
---
 arch/arm/dts/sun50i-h5.dtsi | 32 
 1 file changed, 32 insertions(+)

diff --git a/arch/arm/dts/sun50i-h5.dtsi b/arch/arm/dts/sun50i-h5.dtsi
index 4904c18..c052f31 100644
--- a/arch/arm/dts/sun50i-h5.dtsi
+++ b/arch/arm/dts/sun50i-h5.dtsi
@@ -72,6 +72,38 @@
};
 };
 
+ {
+   compatible = "allwinner,sun50i-h5-ccu";
+};
+
  {
compatible = "arm,gic-400";
 };
+
+ {
+   compatible = "allwinner,sun50i-h5-mmc",
+"allwinner,sun50i-a64-mmc";
+   clocks = < CLK_BUS_MMC0>, < CLK_MMC0>;
+   clock-names = "ahb", "mmc";
+};
+
+ {
+   compatible = "allwinner,sun50i-h5-mmc",
+"allwinner,sun50i-a64-mmc";
+   clocks = < CLK_BUS_MMC1>, < CLK_MMC1>;
+   clock-names = "ahb", "mmc";
+};
+
+ {
+   compatible = "allwinner,sun50i-h5-emmc",
+"allwinner,sun50i-a64-emmc";
+   clocks = < CLK_BUS_MMC2>, < CLK_MMC2>;
+   clock-names = "ahb", "mmc";
+};
+
+ {
+   interrupts = ,
+,
+  ;
+   compatible = "allwinner,sun50i-h5-pinctrl";
+};
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot