mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user