ODROID-COMMON: arch/arm64: remove ',' from model name in a device-tree

Change-Id: Ie3126e5470e0a8b70661b071d5a76d619ead0538
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2018-08-31 01:51:56 +09:00
committed by Kevin Kim
parent 3c5d514163
commit 526cdb7107
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
#include "mesong12_odroid_common.dtsi"
/ {
model = "Hardkernel, ODROID-C3";
model = "Hardkernel ODROID-C3";
compatible = "amlogic, g12a";
interrupt-parent = <&gic>;
#address-cells = <2>;

View File

@@ -21,7 +21,7 @@
#include "mesong12_odroid_common.dtsi"
/ {
model = "Hardkernel, ODROID-N2";
model = "Hardkernel ODROID-N2";
compatible = "amlogic, g12b";
interrupt-parent = <&gic>;
#address-cells = <2>;