blob: f025a7f064a7e9820c98df66e62e952e1230bef0 [file] [log] [blame]
Channagoud Kadabi7ecda642015-01-15 15:33:19 -08001/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
Channagoud Kadabi06c97572014-12-05 15:48:37 -08002
3 * Redistribution and use in source and binary forms, with or without
4 * modification, are permitted provided that the following conditions are
5 * met:
6 * * Redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer.
8 * * Redistributions in binary form must reproduce the above
9 * copyright notice, this list of conditions and the following
10 * disclaimer in the documentation and/or other materials provided
11 * with the distribution.
Channagoud Kadabi0ffa7862015-03-19 11:58:28 -070012 * * Neither the name of The Linux Foundation nor the names of its
Channagoud Kadabi06c97572014-12-05 15:48:37 -080013 * contributors may be used to endorse or promote products derived
14 * from this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
20 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
26 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */
28
29#include <partial_goods.h>
30
31#define QFPROM_PTE_PART_ADDR 0x0007013C
32
33/* Look up table for partial goods */
34struct partial_goods table[] =
35{
Channagoud Kadabi7ecda642015-01-15 15:33:19 -080036 {0x1, "/cpus", {{"cpu@100", "device_type"},}},
37 {0x2, "/cpus", {{"cpu@101", "device_type"},}},
38 {0x3, "/cpus", {{"cpu@100", "device_type"},
Channagoud Kadabi06c97572014-12-05 15:48:37 -080039 {"cpu@101","device_type"},}},
Channagoud Kadabi7ecda642015-01-15 15:33:19 -080040 {0x4, "/cpus", {{"cpu@100", "device_type"},
Channagoud Kadabi06c97572014-12-05 15:48:37 -080041 {"cpu@101", "device_type"},
42 {"cpu@1", "device_type"},}},
Channagoud Kadabi840b0d82015-04-08 17:42:41 -070043 {0x5, "/soc", {{"qcom,mss", "status"},}},
Channagoud Kadabi7ecda642015-01-15 15:33:19 -080044 {0x10, "/soc", {{"qcom,kgsl-3d0", "status"},}},
45 {0x11, "/soc", {{"qcom,vidc", "status"},}},
46 {0x12, "/soc", {{"qcom,msm-adsp-loader", "status"},}},
Channagoud Kadabi06c97572014-12-05 15:48:37 -080047};