diff options
author | Julius Werner <jwerner@chromium.org> | 2022-02-24 03:34:21 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-02-24 15:37:24 +0300 |
commit | 670659998812b838ace41615e6c2e1a81ca9c1d0 (patch) | |
tree | ab0ddb10136c7fdec39247ab9297af088ab4f449 /arch/arm/boot/dts/tegra20-asus-tf101.dts | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) | |
download | linux-670659998812b838ace41615e6c2e1a81ca9c1d0.tar.xz |
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: Julius Werner <jwerner@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-asus-tf101.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-asus-tf101.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-asus-tf101.dts b/arch/arm/boot/dts/tegra20-asus-tf101.dts index 020172ee7340..c700f80e2a36 100644 --- a/arch/arm/boot/dts/tegra20-asus-tf101.dts +++ b/arch/arm/boot/dts/tegra20-asus-tf101.dts @@ -756,7 +756,7 @@ lpddr2 { compatible = "elpida,B8132B2PB-6D-F", "jedec,lpddr2-s4"; - revision-id1 = <1>; + revision-id = <1 0>; density = <2048>; io-width = <16>; }; |