]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: tegra: use numeric versioning for p2771-0000
authorStephen Warren <swarren@nvidia.com>
Tue, 30 Aug 2016 16:22:07 +0000 (10:22 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 30 Aug 2016 18:14:53 +0000 (11:14 -0700)
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.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/dts/Makefile
arch/arm/dts/tegra186-p2771-0000-000.dts [moved from arch/arm/dts/tegra186-p2771-0000-a02.dts with 82% similarity]
arch/arm/dts/tegra186-p2771-0000-500.dts [moved from arch/arm/dts/tegra186-p2771-0000-b00.dts with 83% similarity]
configs/p2771-0000-000_defconfig [moved from configs/p2771-0000-a02_defconfig with 87% similarity]
configs/p2771-0000-500_defconfig [moved from configs/p2771-0000-b00_defconfig with 87% similarity]

index 7d1944f0f4632c4351f4cb51211d7d016512d708..7d526543848a7944550367d992715d2df42d211b 100644 (file)
@@ -58,8 +58,8 @@ dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \
        tegra124-jetson-tk1.dtb \
        tegra124-nyan-big.dtb \
        tegra124-venice2.dtb \
-       tegra186-p2771-0000-a02.dtb \
-       tegra186-p2771-0000-b00.dtb \
+       tegra186-p2771-0000-000.dtb \
+       tegra186-p2771-0000-500.dtb \
        tegra210-e2220-1170.dtb \
        tegra210-p2371-0000.dtb \
        tegra210-p2371-2180.dtb \
similarity index 82%
rename from arch/arm/dts/tegra186-p2771-0000-a02.dts
rename to arch/arm/dts/tegra186-p2771-0000-000.dts
index 36a3c21a55deae7da828f7f2f0e2ac52a35bf167..d97c6fd3d09a61bca6277d968e3838239f45aafe 100644 (file)
@@ -3,8 +3,8 @@
 #include "tegra186-p2771-0000.dtsi"
 
 / {
-       model = "NVIDIA P2771-0000 A02";
-       compatible = "nvidia,p2771-0000-a02", "nvidia,p2771-0000", "nvidia,tegra186";
+       model = "NVIDIA P2771-0000-000";
+       compatible = "nvidia,p2771-0000-000", "nvidia,p2771-0000", "nvidia,tegra186";
 
        sdhci@3400000 {
                cd-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 6) GPIO_ACTIVE_LOW>;
similarity index 83%
rename from arch/arm/dts/tegra186-p2771-0000-b00.dts
rename to arch/arm/dts/tegra186-p2771-0000-500.dts
index 0f1d0e83e80d9313fd2e6cec73b8f43978fa3126..393a8b246a0bd47a76c4a17db4d17709e64d7a5c 100644 (file)
@@ -3,8 +3,8 @@
 #include "tegra186-p2771-0000.dtsi"
 
 / {
-       model = "NVIDIA P2771-0000 B00";
-       compatible = "nvidia,p2771-0000-b00", "nvidia,p2771-0000", "nvidia,tegra186";
+       model = "NVIDIA P2771-0000-500";
+       compatible = "nvidia,p2771-0000-500", "nvidia,p2771-0000", "nvidia,tegra186";
 
        sdhci@3400000 {
                cd-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_LOW>;
similarity index 87%
rename from configs/p2771-0000-a02_defconfig
rename to configs/p2771-0000-000_defconfig
index 5ce369c6d330532fa635a3c0c5c2a0d018ccd7a7..25ff8ae7a7f061ff8bf5c0034265dbe20325974b 100644 (file)
@@ -2,10 +2,10 @@ CONFIG_ARM=y
 CONFIG_TEGRA=y
 CONFIG_TEGRA186=y
 CONFIG_TARGET_P2771_0000=y
-CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-a02"
+CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-000"
 CONFIG_OF_SYSTEM_SETUP=y
 CONFIG_HUSH_PARSER=y
-CONFIG_SYS_PROMPT="Tegra186 (P2771-0000 A02) # "
+CONFIG_SYS_PROMPT="Tegra186 (P2771-0000-000) # "
 # CONFIG_CMD_IMI is not set
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
similarity index 87%
rename from configs/p2771-0000-b00_defconfig
rename to configs/p2771-0000-500_defconfig
index 27393f3a5d460f94d85d5aea0729bc3436e51951..9432a13bcc8ec74869652e05a457655e2f8d5770 100644 (file)
@@ -2,10 +2,10 @@ CONFIG_ARM=y
 CONFIG_TEGRA=y
 CONFIG_TEGRA186=y
 CONFIG_TARGET_P2771_0000=y
-CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-b00"
+CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-500"
 CONFIG_OF_SYSTEM_SETUP=y
 CONFIG_HUSH_PARSER=y
-CONFIG_SYS_PROMPT="Tegra186 (P2771-0000 B00) # "
+CONFIG_SYS_PROMPT="Tegra186 (P2771-0000-500) # "
 # CONFIG_CMD_IMI is not set
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set