platform.c (9d4d8572a539ef807e21c196f145aa365fd52f0e) | platform.c (5a3fa75a4d9cb6bcfc9081ef224a4cdcd4b3eafe) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp. 4 * <benh@kernel.crashing.org> 5 * and Arnd Bergmann, IBM Corp. 6 * Merged from powerpc/kernel/of_platform.c and 7 * sparc{,64}/kernel/of_device.c by Stephen Rothwell 8 */ --- 497 unchanged lines hidden (view full) --- 506} 507EXPORT_SYMBOL_GPL(of_platform_default_populate); 508 509#ifndef CONFIG_PPC 510static const struct of_device_id reserved_mem_matches[] = { 511 { .compatible = "qcom,rmtfs-mem" }, 512 { .compatible = "qcom,cmd-db" }, 513 { .compatible = "ramoops" }, | 1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp. 4 * <benh@kernel.crashing.org> 5 * and Arnd Bergmann, IBM Corp. 6 * Merged from powerpc/kernel/of_platform.c and 7 * sparc{,64}/kernel/of_device.c by Stephen Rothwell 8 */ --- 497 unchanged lines hidden (view full) --- 506} 507EXPORT_SYMBOL_GPL(of_platform_default_populate); 508 509#ifndef CONFIG_PPC 510static const struct of_device_id reserved_mem_matches[] = { 511 { .compatible = "qcom,rmtfs-mem" }, 512 { .compatible = "qcom,cmd-db" }, 513 { .compatible = "ramoops" }, |
514 { .compatible = "nvmem-rmem" }, |
|
514 {} 515}; 516 517static int __init of_platform_default_populate_init(void) 518{ 519 struct device_node *node; 520 521 device_links_supplier_sync_state_pause(); --- 211 unchanged lines hidden --- | 515 {} 516}; 517 518static int __init of_platform_default_populate_init(void) 519{ 520 struct device_node *node; 521 522 device_links_supplier_sync_state_pause(); --- 211 unchanged lines hidden --- |