summaryrefslogtreecommitdiff
path: root/r11_evt1_overlay.dts
diff options
context:
space:
mode:
authorBen Fennema <fennema@google.com>2021-03-19 22:29:59 -0700
committerBen Fennema <fennema@google.com>2021-03-23 00:37:58 -0700
commit5ab7582e0872dc0403bc04fdec636e1876cc10ec (patch)
tree80daecd489ebd61f4edb72d6272960d0db7b3d0e /r11_evt1_overlay.dts
parent39c1324c7ea61b07c35b463dde22e062495d7ee0 (diff)
downloaddevicetree-5ab7582e0872dc0403bc04fdec636e1876cc10ec.tar.gz
Simplify the overlay files
Include all drivers in a r11.dtb, but disabled. Overlay then will just enable them Bug: 180940282 Signed-off-by: Ben Fennema <fennema@google.com> Change-Id: Ibb10ead7493a928d8dad23a7ffd3087fda01f21f
Diffstat (limited to 'r11_evt1_overlay.dts')
-rw-r--r--r11_evt1_overlay.dts44
1 files changed, 32 insertions, 12 deletions
diff --git a/r11_evt1_overlay.dts b/r11_evt1_overlay.dts
index d33606c..904b427 100644
--- a/r11_evt1_overlay.dts
+++ b/r11_evt1_overlay.dts
@@ -20,10 +20,8 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/exynos9110.h>
-#include "r11_st21_nfc.dtsi"
-#include "r11_spi0_st54_ese.dtsi"
-#include "r11_cp.dtsi"
-#include "r11_proto1_common.dtsi"
+#include "r11_evt1_battery.dtsi"
+#include "r11_evt1_sound.dtsi"
/ {
compatible = "google,r11";
@@ -33,14 +31,36 @@
fragment@common {
target-path = "/";
__overlay__ {
- model = "Google R11 Proto1";
-
- chosen {
- bootargs = "earlycon=exynos4210,0x13820000 console=ttySAC0,115200 ecd_setup=disable sec_debug.cp=0 androidboot.selinux=permissive";
- };
- /include/ "r11_evt1_battery_root.dtsi"
- /include/ "r11_common_root.dtsi"
- /include/ "r11_evt1_sound_root.dtsi"
+ model = "Google R11 Evt1";
};
};
};
+
+&panel_0 {
+ ddi_id = <0x1>;
+ lcd_info = <&wf012fbm>;
+};
+
+&pat9126 {
+ status = "ok";
+};
+
+&proto1_cs40l25 {
+ status = "ok";
+};
+
+&evt1_hl6111 {
+ status = "ok";
+};
+
+&novatek {
+ status = "ok";
+};
+
+&sensorhub_spi4 {
+ status = "ok";
+};
+
+&ese_spi0 {
+ status = "ok";
+};