Commit 1339a404 authored by Johann Fischer's avatar Johann Fischer Committed by Carles Cufi
Browse files

tests: build_all: remove display controller nodes from sensor test



Remove unused display controller nodes from sensor test.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 307c13b2
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -296,23 +296,6 @@ test_i2c_si7210: si7010@30 {
	reg = <0x30>;
};

test_i2c_ssd1306fb: ssd1306fb@26 {
	compatible = "solomon,ssd1306fb";
	label = "SSD1306FB";
	reg = <0x26>;
	height = <0>;
	width = <0>;
	segment-offset = <0>;
	page-offset = <0>;
	display-offset = <0>;
	multiplex-ratio = <0>;
	/* segment-remap; */
	/* com-invdir; */
	/* com-sequential; */
	prechargep = <0>;
	reset-gpios = <&test_gpio 0 0>;
};

test_i2c_hts221: hts221@27 {
	compatible = "st,hts221";
	label = "HTS221";
+0 −56
Original line number Diff line number Diff line
@@ -96,15 +96,6 @@ test_spi_gd7965: gd7965@a {
	tcon = <0>;
};

test_spi_ili9340: ili9340@b {
	compatible = "ilitek,ili9340";
	label = "ILI9340";
	reg = <0xb>;
	spi-max-frequency = <0>;
	reset-gpios = <&test_gpio 0 0>;
	cmd-data-gpios = <&test_gpio 0 0>;
};

test_spi_eswifi: eswifi@c {
	compatible = "inventek,eswifi";
	label = "ESWIFI";
@@ -172,53 +163,6 @@ test_spi_sx1276: sx1276@14 {
	power-amplifier-output = "rfo";
};

test_spi_st7789v: st7789v@15 {
	compatible = "sitronix,st7789v";
	label = "ST7789V";
	reg = <0x15>;
	spi-max-frequency = <0>;
	reset-gpios = <&test_gpio 0 0>;
	cmd-data-gpios = <&test_gpio 0 0>;
	height = <0>;
	width = <0>;
	x-offset = <0>;
	y-offset = <0>;
	vcom = <0>;
	gctrl = <0>;
	mdac = <0>;
	lcm = <0>;
	colmod = <0>;
	gamma = <0>;
	porch-param = [];
	cmd2en-param = [];
	pwctrl1-param = [];
	pvgam-param = [];
	nvgam-param = [];
	ram-param = [];
	rgb-param = [];
};

test_spi_ssd16xxfb: ssd16xxfb@16 {
	compatible = "solomon,ssd16xxfb";
	label = "SSD16XXFB";
	reg = <0x16>;
	spi-max-frequency = <0>;
	height = <0>;
	width = <0>;
	pp-height-bits = <0>;
	pp-width-bits = <0>;
	gdv = [];
	sdv = [];
	vcom = <0>;
	border-waveform = <0>;
	/* orientation-flipped; */
	reset-gpios = <&test_gpio 0 0>;
	dc-gpios = <&test_gpio 0 0>;
	busy-gpios = <&test_gpio 0 0>;
	lut-initial = [];
	lut-default = [];
};

test_spi_iis2dlpc: iis2dlpc@17 {
	compatible = "st,iis2dlpc";
	label = "IIS2DLPC";