
On 08/29/2016 02:45 PM, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
The board ID EEPROM and board ID stickers on p2771-0000 will use a numeric versioning scheme, with version numbers such as 000/100/200/300/400/500. Within NVIDIA, these versions are also known as A00/A01/A02/A03/A04/B00. However, that numbering scheme is not easily visible outside of NVIDIA, and so does not make much sense to use. Convert U-Boot to use the readily visible numeric scheme.
Also, it turns out that the current A02 DT actually applies to board versions 000/100/200 (A00..A02). Consequently rename this to 000 not 200 so that all U-Boot builds are named after the first version of the HW they support.
diff --git a/arch/arm/dts/tegra186-p2771-0000-a02.dts b/arch/arm/dts/tegra186-p2771-0000-000.dts similarity index 88% rename from arch/arm/dts/tegra186-p2771-0000-a02.dts rename to arch/arm/dts/tegra186-p2771-0000-000.dts index 36a3c21a55de..d2664bd596b6 100644 --- a/arch/arm/dts/tegra186-p2771-0000-a02.dts +++ b/arch/arm/dts/tegra186-p2771-0000-000.dts @@ -4,7 +4,7 @@
/ { model = "NVIDIA P2771-0000 A02";
I need to post a v2 to update the model property too.