diff mbox

ARM: amba: Add Qualcomm vendor ID.

Message ID 1400149325-30899-1-git-send-email-srinivas.kandagatla@linaro.org
State Accepted
Commit fbebf59778600488147744cdf7d7c20d22531025
Headers show

Commit Message

Srinivas Kandagatla May 15, 2014, 10:22 a.m. UTC
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

This patch adds Qualcomm amba vendor Id to the list. This ID is used in mmci
driver. The ID selected in same lines like 0x41 is "A" for ARM, 0x51 is
"Q" for Qualcomm.

As there are no physical register on Qcom SOC for amba vendor id, this is a
fake ID assigned based on "Q" prefix from Qualcomm.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
---
 include/linux/amba/bus.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h
index 63b5eff..fdd7e1b 100644
--- a/include/linux/amba/bus.h
+++ b/include/linux/amba/bus.h
@@ -47,6 +47,7 @@  struct amba_driver {
 enum amba_vendor {
 	AMBA_VENDOR_ARM = 0x41,
 	AMBA_VENDOR_ST = 0x80,
+	AMBA_VENDOR_QCOM = 0x51,
 };
 
 extern struct bus_type amba_bustype;