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

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

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

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Dmitry Osipenko and committed by
Thierry Reding
f25696bc 825c7f4a

+67
+67
include/dt-bindings/memory/tegra30-mc.h
··· 41 41 #define TEGRA30_MC_RESET_VDE 16 42 42 #define TEGRA30_MC_RESET_VI 17 43 43 44 + #define TEGRA30_MC_PTCR 0 45 + #define TEGRA30_MC_DISPLAY0A 1 46 + #define TEGRA30_MC_DISPLAY0AB 2 47 + #define TEGRA30_MC_DISPLAY0B 3 48 + #define TEGRA30_MC_DISPLAY0BB 4 49 + #define TEGRA30_MC_DISPLAY0C 5 50 + #define TEGRA30_MC_DISPLAY0CB 6 51 + #define TEGRA30_MC_DISPLAY1B 7 52 + #define TEGRA30_MC_DISPLAY1BB 8 53 + #define TEGRA30_MC_EPPUP 9 54 + #define TEGRA30_MC_G2PR 10 55 + #define TEGRA30_MC_G2SR 11 56 + #define TEGRA30_MC_MPEUNIFBR 12 57 + #define TEGRA30_MC_VIRUV 13 58 + #define TEGRA30_MC_AFIR 14 59 + #define TEGRA30_MC_AVPCARM7R 15 60 + #define TEGRA30_MC_DISPLAYHC 16 61 + #define TEGRA30_MC_DISPLAYHCB 17 62 + #define TEGRA30_MC_FDCDRD 18 63 + #define TEGRA30_MC_FDCDRD2 19 64 + #define TEGRA30_MC_G2DR 20 65 + #define TEGRA30_MC_HDAR 21 66 + #define TEGRA30_MC_HOST1XDMAR 22 67 + #define TEGRA30_MC_HOST1XR 23 68 + #define TEGRA30_MC_IDXSRD 24 69 + #define TEGRA30_MC_IDXSRD2 25 70 + #define TEGRA30_MC_MPE_IPRED 26 71 + #define TEGRA30_MC_MPEAMEMRD 27 72 + #define TEGRA30_MC_MPECSRD 28 73 + #define TEGRA30_MC_PPCSAHBDMAR 29 74 + #define TEGRA30_MC_PPCSAHBSLVR 30 75 + #define TEGRA30_MC_SATAR 31 76 + #define TEGRA30_MC_TEXSRD 32 77 + #define TEGRA30_MC_TEXSRD2 33 78 + #define TEGRA30_MC_VDEBSEVR 34 79 + #define TEGRA30_MC_VDEMBER 35 80 + #define TEGRA30_MC_VDEMCER 36 81 + #define TEGRA30_MC_VDETPER 37 82 + #define TEGRA30_MC_MPCORELPR 38 83 + #define TEGRA30_MC_MPCORER 39 84 + #define TEGRA30_MC_EPPU 40 85 + #define TEGRA30_MC_EPPV 41 86 + #define TEGRA30_MC_EPPY 42 87 + #define TEGRA30_MC_MPEUNIFBW 43 88 + #define TEGRA30_MC_VIWSB 44 89 + #define TEGRA30_MC_VIWU 45 90 + #define TEGRA30_MC_VIWV 46 91 + #define TEGRA30_MC_VIWY 47 92 + #define TEGRA30_MC_G2DW 48 93 + #define TEGRA30_MC_AFIW 49 94 + #define TEGRA30_MC_AVPCARM7W 50 95 + #define TEGRA30_MC_FDCDWR 51 96 + #define TEGRA30_MC_FDCDWR2 52 97 + #define TEGRA30_MC_HDAW 53 98 + #define TEGRA30_MC_HOST1XW 54 99 + #define TEGRA30_MC_ISPW 55 100 + #define TEGRA30_MC_MPCORELPW 56 101 + #define TEGRA30_MC_MPCOREW 57 102 + #define TEGRA30_MC_MPECSWR 58 103 + #define TEGRA30_MC_PPCSAHBDMAW 59 104 + #define TEGRA30_MC_PPCSAHBSLVW 60 105 + #define TEGRA30_MC_SATAW 61 106 + #define TEGRA30_MC_VDEBSEVW 62 107 + #define TEGRA30_MC_VDEDBGW 63 108 + #define TEGRA30_MC_VDEMBEW 64 109 + #define TEGRA30_MC_VDETPMW 65 110 + 44 111 #endif