ARM: tegra: Update jedec,lpddr2 revision-id binding
authorJulius Werner <jwerner@chromium.org>
Thu, 24 Feb 2022 00:34:21 +0000 (16:34 -0800)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Feb 2022 12:37:24 +0000 (13:37 +0100)
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: Julius Werner <jwerner@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20-asus-tf101.dts

index 020172ee7340ecbe6543ff406b1cde0e228b0dc0..c700f80e2a366ebe2dcab4841053d92e7d09d42b 100644 (file)
 
                        lpddr2 {
                                compatible = "elpida,B8132B2PB-6D-F", "jedec,lpddr2-s4";
-                               revision-id1 = <1>;
+                               revision-id = <1 0>;
                                density = <2048>;
                                io-width = <16>;
                        };