mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM64: dts: rockchip: Remove 'veyron' in kevin/gru compatible
Veyron was an rk3288 board. Having it in the compatible doesn't make a ton of sense. We'll stick 'gru' in the kevin name, though, since that sorta makes sense. Not that we ever really fall back to this stuff. BUG=None TEST=Build and boot Change-Id: Ia4b6e02bd9b160c0b20e5459ca441047add2c0bd Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-on: https://chrome-internal-review.googlesource.com/256508 Commit-Ready: Doug Anderson <dianders@google.com> Tested-by: Doug Anderson <dianders@google.com> Reviewed-by: Brian Norris <briannorris@google.com> Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
committed by
Huang, Tao
parent
a26d116168
commit
8d3a4374ee
@@ -55,7 +55,7 @@
|
||||
"google,gru-rev5", "google,gru-rev4",
|
||||
"google,gru-rev3", "google,gru-rev2",
|
||||
"google,gru-rev1", "google,gru-rev0",
|
||||
"google,gru", "google,veyron", "rockchip,rk3399";
|
||||
"google,gru", "rockchip,rk3399";
|
||||
|
||||
// TODO: Model:
|
||||
// - pp1200_mipi_cam
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
/ {
|
||||
model = "Google Kevin Rev 0";
|
||||
compatible = "google,kevin-rev0",
|
||||
"google,kevin", "google,veyron", "rockchip,rk3399";
|
||||
"google,kevin", "google,gru", "rockchip,rk3399";
|
||||
};
|
||||
|
||||
&pp3000 {
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"google,kevin-rev5", "google,kevin-rev4",
|
||||
"google,kevin-rev3", "google,kevin-rev2",
|
||||
"google,kevin-rev1", "google,kevin",
|
||||
"google,veyron", "rockchip,rk3399";
|
||||
"google,gru", "rockchip,rk3399";
|
||||
};
|
||||
|
||||
/* PINCTRL: always below everything else */
|
||||
|
||||
Reference in New Issue
Block a user