]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: dts: t210: set uart3 prod settings
authorShardar Shariff Md <smohammed@nvidia.com>
Tue, 30 Jun 2015 10:04:31 +0000 (15:34 +0530)
committerLaxman Dewangan <ldewangan@nvidia.com>
Mon, 20 Jul 2015 13:06:37 +0000 (06:06 -0700)
Set uart3 prod settings as recommended and
disable SPI4B prod settings as both are using
same registers

Bug 200113088

Change-Id: I5f27f3434d42821031d633e4c555a83d47363788
Signed-off-by: Shardar Shariff Md <smohammed@nvidia.com>
Reviewed-on: http://git-master/r/764116
(cherry picked from commit e4a13877f1b6d8d3ac53a4be223c6e7a347a108b)
Reviewed-on: http://git-master/r/771544
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
arch/arm64/boot/dts/tegra210-hawkeye-p2290-common.dtsi

index 7a4cc935c1da05aab3ad4e521a7e20b357a88351..cd440d2b0afc785d827dcd1b5d7ae5ef9aedd557 100644 (file)
                                        1 0xDC 0xFFFFEEFF 0x00000100
                                        1 0xE0 0xFFFFEEFF 0x00000100>;
                        };
+
+                       uart3_prod {
+                               nvidia,prod-boot-init;
+                               prod = <0 0x268 0xFE0E0FFF 0x00000000
+                                       0 0x26c 0xFE0E0FFF 0x00000000
+                                       0 0x270 0xFE0E0FFF 0x00000000
+                                       0 0x274 0xFE0E0FFF 0x00000000>;
+                       };
+
+                       spi4_prod {
+                               status = "disabled";
+                       };
                };
        };
 };