arm: brain: fix wrong model identifiers

This commit is contained in:
Takumi Sueda 2021-03-22 04:09:04 +09:00
parent e4a7fb9fa7
commit 4280c45f34
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
#include "imx28-brain.dtsi"
/ {
model = "SHARP Brain PW-SH6";
compatible = "sharp,pw-sh6", "sharp,brain", "fsl,imx28";
model = "SHARP Brain PW-SH5";
compatible = "sharp,pw-sh5", "sharp,brain", "fsl,imx28";
};
&brainlcd {

View File

@ -6,8 +6,8 @@
#include "imx28-brain.dtsi"
/ {
model = "SHARP Brain PW-SH3";
compatible = "sharp,pw-sh3", "sharp,brain", "fsl,imx28";
model = "SHARP Brain PW-SH6";
compatible = "sharp,pw-sh6", "sharp,brain", "fsl,imx28";
};
&brainlcd {