commit | 926870478d1fd5e8cf6a38716c9cf1ae845435e1 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Jun 28 15:40:32 2017 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Aug 02 09:11:52 2017 +0200 |
tree | 09fc4a1ee621772e02e55248f1a340293cd63ce0 | |
parent | fd1b635c0636a62e109ad1c5bfd009cde078cd98 [diff] |
arm64: zynqmp: Fix SVD mask for getting chip ID Mask should start from the first bit - using 0xe is just wrong. 3bits are used that's why 0x7 mask is correct. This patch is fixing silicon ID code detection. Previous behavior was that bit0 was completely ignored. Issue was found on 2eg chip detection. Signed-off-by: Michal Simek <michal.simek@xilinx.com>