arm64: dts: hisilicon: update compatible string for hikey960
Update compatible string for hikey960. HiKey960 is a develpment board built with SoC Hi3660. Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Signed-off-by: Chen Feng <puck.chen@hisilicon.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
2cc5f45606
commit
b6c93186f1
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "HiKey960";
|
model = "HiKey960";
|
||||||
compatible = "hisilicon,hi3660";
|
compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial5 = &uart5; /* console UART */
|
serial5 = &uart5; /* console UART */
|
||||||
|
|
Loading…
Reference in New Issue