Skip to content

Commit 9666dc1

Browse files
frank-wgregkh
authored andcommitted
arm64: dts: mediatek: mt7988a-bpi-r4pro: fix model string
[ Upstream commit e4e6f0c ] Fix incorrect model string in Devicetree for BPI-R4-Pro. Fixes: f397471 ("arm64: dts: mediatek: mt7988: Add devicetree for BananaPi R4 Pro") Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 333d2f0 commit 9666dc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-4e.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "mt7988a-bananapi-bpi-r4-pro.dtsi"
1010

1111
/ {
12-
model = "Bananapi BPI-R4";
12+
model = "Bananapi BPI-R4 Pro 4E";
1313
compatible = "bananapi,bpi-r4-pro-4e",
1414
"bananapi,bpi-r4-pro",
1515
"mediatek,mt7988a";

arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-8x.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "mt7988a-bananapi-bpi-r4-pro.dtsi"
1010

1111
/ {
12-
model = "Bananapi BPI-R4";
12+
model = "Bananapi BPI-R4 Pro 8X";
1313
compatible = "bananapi,bpi-r4-pro-8x",
1414
"bananapi,bpi-r4-pro",
1515
"mediatek,mt7988a";

0 commit comments

Comments
 (0)