Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: memory: tegra210: Add memory client IDs

Each memory client has unique hardware ID, add these IDs.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Aaron Kling and committed by
Krzysztof Kozlowski
5f5598d9 550faad1

+74
+74
include/dt-bindings/memory/tegra210-mc.h
··· 75 75 #define TEGRA210_MC_RESET_ETR 28 76 76 #define TEGRA210_MC_RESET_TSECB 29 77 77 78 + #define TEGRA210_MC_PTCR 0 79 + #define TEGRA210_MC_DISPLAY0A 1 80 + #define TEGRA210_MC_DISPLAY0AB 2 81 + #define TEGRA210_MC_DISPLAY0B 3 82 + #define TEGRA210_MC_DISPLAY0BB 4 83 + #define TEGRA210_MC_DISPLAY0C 5 84 + #define TEGRA210_MC_DISPLAY0CB 6 85 + #define TEGRA210_MC_AFIR 14 86 + #define TEGRA210_MC_AVPCARM7R 15 87 + #define TEGRA210_MC_DISPLAYHC 16 88 + #define TEGRA210_MC_DISPLAYHCB 17 89 + #define TEGRA210_MC_HDAR 21 90 + #define TEGRA210_MC_HOST1XDMAR 22 91 + #define TEGRA210_MC_HOST1XR 23 92 + #define TEGRA210_MC_NVENCSRD 28 93 + #define TEGRA210_MC_PPCSAHBDMAR 29 94 + #define TEGRA210_MC_PPCSAHBSLVR 30 95 + #define TEGRA210_MC_SATAR 31 96 + #define TEGRA210_MC_MPCORER 39 97 + #define TEGRA210_MC_NVENCSWR 43 98 + #define TEGRA210_MC_AFIW 49 99 + #define TEGRA210_MC_AVPCARM7W 50 100 + #define TEGRA210_MC_HDAW 53 101 + #define TEGRA210_MC_HOST1XW 54 102 + #define TEGRA210_MC_MPCOREW 57 103 + #define TEGRA210_MC_PPCSAHBDMAW 59 104 + #define TEGRA210_MC_PPCSAHBSLVW 60 105 + #define TEGRA210_MC_SATAW 61 106 + #define TEGRA210_MC_ISPRA 68 107 + #define TEGRA210_MC_ISPWA 70 108 + #define TEGRA210_MC_ISPWB 71 109 + #define TEGRA210_MC_XUSB_HOSTR 74 110 + #define TEGRA210_MC_XUSB_HOSTW 75 111 + #define TEGRA210_MC_XUSB_DEVR 76 112 + #define TEGRA210_MC_XUSB_DEVW 77 113 + #define TEGRA210_MC_ISPRAB 78 114 + #define TEGRA210_MC_ISPWAB 80 115 + #define TEGRA210_MC_ISPWBB 81 116 + #define TEGRA210_MC_TSECSRD 84 117 + #define TEGRA210_MC_TSECSWR 85 118 + #define TEGRA210_MC_A9AVPSCR 86 119 + #define TEGRA210_MC_A9AVPSCW 87 120 + #define TEGRA210_MC_GPUSRD 88 121 + #define TEGRA210_MC_GPUSWR 89 122 + #define TEGRA210_MC_DISPLAYT 90 123 + #define TEGRA210_MC_SDMMCRA 96 124 + #define TEGRA210_MC_SDMMCRAA 97 125 + #define TEGRA210_MC_SDMMCR 98 126 + #define TEGRA210_MC_SDMMCRAB 99 127 + #define TEGRA210_MC_SDMMCWA 100 128 + #define TEGRA210_MC_SDMMCWAA 101 129 + #define TEGRA210_MC_SDMMCW 102 130 + #define TEGRA210_MC_SDMMCWAB 103 131 + #define TEGRA210_MC_VICSRD 108 132 + #define TEGRA210_MC_VICSWR 109 133 + #define TEGRA210_MC_VIW 114 134 + #define TEGRA210_MC_DISPLAYD 115 135 + #define TEGRA210_MC_NVDECSRD 120 136 + #define TEGRA210_MC_NVDECSWR 121 137 + #define TEGRA210_MC_APER 122 138 + #define TEGRA210_MC_APEW 123 139 + #define TEGRA210_MC_NVJPGRD 126 140 + #define TEGRA210_MC_NVJPGWR 127 141 + #define TEGRA210_MC_SESRD 128 142 + #define TEGRA210_MC_SESWR 129 143 + #define TEGRA210_MC_AXIAPR 130 144 + #define TEGRA210_MC_AXIAPW 131 145 + #define TEGRA210_MC_ETRR 132 146 + #define TEGRA210_MC_ETRW 133 147 + #define TEGRA210_MC_TSECSRDB 134 148 + #define TEGRA210_MC_TSECSWRB 135 149 + #define TEGRA210_MC_GPUSRD2 136 150 + #define TEGRA210_MC_GPUSWR2 137 151 + 78 152 #endif