Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/samsung update exynosfdt_init to match the devi...



details:   https://anonhg.NetBSD.org/src/rev/6d3e92d984cb
branches:  trunk
changeset: 812686:6d3e92d984cb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 27 12:21:12 2015 +0000

description:
update exynosfdt_init to match the devices in exynos5422-odroidxu3.dts

diffstat:

 sys/arch/arm/samsung/exynos_fdt.c |  15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 678db96b4a63 -r 6d3e92d984cb sys/arch/arm/samsung/exynos_fdt.c
--- a/sys/arch/arm/samsung/exynos_fdt.c Sun Dec 27 10:21:35 2015 +0000
+++ b/sys/arch/arm/samsung/exynos_fdt.c Sun Dec 27 12:21:12 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_fdt.c,v 1.2 2015/12/15 23:13:51 marty Exp $ */
+/* $NetBSD: exynos_fdt.c,v 1.3 2015/12/27 12:21:12 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #include "opt_exynos.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exynos_fdt.c,v 1.2 2015/12/15 23:13:51 marty Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exynos_fdt.c,v 1.3 2015/12/27 12:21:12 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -66,15 +66,10 @@
 {
        const char *exynosfdt_init[] = {
                "interrupt-controller",
-               "clock",
-               "pinmux",
-               "gpio",
-               "regulators",
-               "dma",
-               "pmc",
-               "memory-controller",
+               "clock-controller",
+               "pinctrl",
                "i2c",
-               "usb-phy"
+               "phy"
        };
 
        exynosfdt_found = true;



Home | Main Index | Thread Index | Old Index