Commit 67065999 authored by Julius Werner's avatar Julius Werner Committed by Thierry Reding
Browse files

ARM: tegra: Update jedec,lpddr2 revision-id binding



This patch updates the tegra20-asus-tf101 device tree to replace the
deprecated `revision-id1` binding with the new `revision-id` binding in
its "jedec,lpddr2"-compatible node. This was the only DTS in the tree
using this binding.

The revision-id2 (mode register 7) of this memory chip was not given in
the existing device tree, so let's assume 0 for now until it becomes
relevant.

Signed-off-by: default avatarJulius Werner <jwerner@chromium.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e783362e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -756,7 +756,7 @@ emc-tables@3 {

			lpddr2 {
				compatible = "elpida,B8132B2PB-6D-F", "jedec,lpddr2-s4";
				revision-id1 = <1>;
				revision-id = <1 0>;
				density = <2048>;
				io-width = <16>;
			};