-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: meson-gxl: add support for phicomm n1
This patch adds support for the Phicomm N1. This device based on P230 reference design. And this box doesn't have cvbs, so disable related section in device tree. Signed-off-by: He Yangxuan <yangxuan8282@gmail.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
- Loading branch information
He Yangxuan
authored and
Kevin Hilman
committed
Nov 29, 2018
1 parent
1c5cc1c
commit ba1c84e
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2018 He Yangxuan | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
#include "meson-gxl-s905d-p230.dts" | ||
|
||
/ { | ||
compatible = "phicomm,n1", "amlogic,s905d", "amlogic,meson-gxl"; | ||
model = "Phicomm N1"; | ||
|
||
cvbs-connector { | ||
status = "disabled"; | ||
}; | ||
}; | ||
|
||
&cvbs_vdac_port { | ||
status = "disabled"; | ||
}; |