aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/ibmphp.h
diff options
context:
space:
mode:
authorArnaud Patard <[email protected]>2017-11-29 15:09:46 +0000
committerKevin Hilman <[email protected]>2017-11-30 23:29:44 +0000
commit044d71bc6cdee8980d0fdc35ec79a0d5818b2ce3 (patch)
tree15c436990100f827d26f267c970f094b17a0697d /drivers/pci/hotplug/ibmphp.h
parentARM: meson: fix spelling mistake: "Couln't" -> "Couldn't" (diff)
downloadkernel-044d71bc6cdee8980d0fdc35ec79a0d5818b2ce3.tar.gz
kernel-044d71bc6cdee8980d0fdc35ec79a0d5818b2ce3.zip
meson-gx-socinfo: Fix package id parsing
I've noticed the following message while booting a S905X based board: soc soc0: Amlogic Meson GXL (S905D) Revision 21:82 (b:2) Detected The S905D string is obviously wrong. The vendor code does: ... ver = (readl(assist_hw_rev) >> 8) & 0xff; meson_cpu_version[MESON_CPU_VERSION_LVL_MINOR] = ver; ver = (readl(assist_hw_rev) >> 16) & 0xff; meson_cpu_version[MESON_CPU_VERSION_LVL_PACK] = ver; ... while the current code does: ... ... This means that the current mainline code has package id and minor version reversed. Fixes: a9daaba2965e8 ("soc: Add Amlogic SoC Information driver") Signed-off-by: Arnaud Patard <[email protected]> Acked-by: Neil Armstrong <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
Diffstat (limited to 'drivers/pci/hotplug/ibmphp.h')
0 files changed, 0 insertions, 0 deletions