diff options
author | Dmitry Osipenko <[email protected]> | 2022-02-08 00:28:25 +0300 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-02-24 16:55:15 +0100 |
commit | fa3174c591b8fe298152d58126b8509c00c0cd51 (patch) | |
tree | e426d7de303205ba2deeadba5859b88a618caa24 | |
parent | 79b788bfc787b60699d46b9e273b42ebe18336b3 (diff) |
ARM: tegra: tf700t: Rename DSI node
Rename DSI bridge node to match the requirement of the DSI DT schema.
This silences DTB-check warning about the incorrect name.
Signed-off-by: Dmitry Osipenko <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/tegra30-asus-tf700t.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30-asus-tf700t.dts b/arch/arm/boot/dts/tegra30-asus-tf700t.dts index 18a9bfa5e97b..1a331dec3cfe 100644 --- a/arch/arm/boot/dts/tegra30-asus-tf700t.dts +++ b/arch/arm/boot/dts/tegra30-asus-tf700t.dts @@ -742,7 +742,7 @@ #address-cells = <1>; #size-cells = <0>; - dsi-bridge@7 { + dsi@7 { compatible = "toshiba,tc358768"; reg = <0x7>; |