mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ba1c84ee74
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>
22 lines
322 B
Plaintext
22 lines
322 B
Plaintext
// 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";
|
|
};
|