From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Gerasimov Date: Wed, 20 Feb 2019 13:09:12 +0100 Subject: [U-Boot] [PATCH v2 0/1] Pass board revision and serial number to the Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Raspberry Pi proprietary bootloader adds this information to the device tree to finally land in /proc/cpuinfo. It is then used by some userspace tools. In particular `gpio` tool from WiringPi suite would use the wrong register mapping when this information is missing from /proc/cpuinfo. Anton Gerasimov (1): board: raspberrypi: add serial and revision to the device tree board/raspberrypi/rpi/rpi.c | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) -- 2.19.1