Skip to content

Commit 6a7356f

Browse files
thenguyenyfkartben
authored andcommitted
boards: renesas: remove unused pins defined on ek_ra8d1
Remove pinsels define for GLCDC Parallel LCD Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent 6592d39 commit 6a7356f

File tree

2 files changed

+2
-70
lines changed

2 files changed

+2
-70
lines changed

boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -187,71 +187,6 @@
187187
};
188188
};
189189

190-
glcdc_default: glcdc_default {
191-
group1 {
192-
/* LCDC_TCON0 */
193-
psels = <RA_PSEL(RA_PSEL_GLCDC, 8, 5)>,
194-
/* LCDC_TCON1 */
195-
<RA_PSEL(RA_PSEL_GLCDC, 8, 7)>,
196-
/* LCDC_TCON2 */
197-
<RA_PSEL(RA_PSEL_GLCDC, 5, 13)>,
198-
/* LCDC_TCON3 */
199-
<RA_PSEL(RA_PSEL_GLCDC, 5, 15)>,
200-
/* LCDC_DATA00 */
201-
<RA_PSEL(RA_PSEL_GLCDC, 9, 14)>,
202-
/* LCDC_DATA01 */
203-
<RA_PSEL(RA_PSEL_GLCDC, 9, 15)>,
204-
/* LCDC_DATA02 */
205-
<RA_PSEL(RA_PSEL_GLCDC, 9, 10)>,
206-
/* LCDC_DATA03 */
207-
<RA_PSEL(RA_PSEL_GLCDC, 9, 11)>,
208-
/* LCDC_DATA04 */
209-
<RA_PSEL(RA_PSEL_GLCDC, 9, 12)>,
210-
/* LCDC_DATA05 */
211-
<RA_PSEL(RA_PSEL_GLCDC, 9, 13)>,
212-
/* LCDC_DATA06 */
213-
<RA_PSEL(RA_PSEL_GLCDC, 9, 4)>,
214-
/* LCDC_DATA07 */
215-
<RA_PSEL(RA_PSEL_GLCDC, 9, 3)>,
216-
/* LCDC_DATA08 */
217-
<RA_PSEL(RA_PSEL_GLCDC, 9, 2)>,
218-
/* LCDC_DATA09 */
219-
<RA_PSEL(RA_PSEL_GLCDC, 2, 7)>,
220-
/* LCDC_DATA10 */
221-
<RA_PSEL(RA_PSEL_GLCDC, 7, 11)>,
222-
/* LCDC_DATA11 */
223-
<RA_PSEL(RA_PSEL_GLCDC, 7, 12)>,
224-
/* LCDC_DATA12 */
225-
<RA_PSEL(RA_PSEL_GLCDC, 7, 13)>,
226-
/* LCDC_DATA13 */
227-
<RA_PSEL(RA_PSEL_GLCDC, 7, 14)>,
228-
/* LCDC_DATA14 */
229-
<RA_PSEL(RA_PSEL_GLCDC, 7, 15)>,
230-
/* LCDC_DATA15 */
231-
<RA_PSEL(RA_PSEL_GLCDC, 11, 7)>,
232-
/* LCDC_DATA16 */
233-
<RA_PSEL(RA_PSEL_GLCDC, 11, 6)>,
234-
/* LCDC_DATA17 */
235-
<RA_PSEL(RA_PSEL_GLCDC, 11, 5)>,
236-
/* LCDC_DATA18 */
237-
<RA_PSEL(RA_PSEL_GLCDC, 11, 1)>,
238-
/* LCDC_DATA19 */
239-
<RA_PSEL(RA_PSEL_GLCDC, 11, 4)>,
240-
/* LCDC_DATA20 */
241-
<RA_PSEL(RA_PSEL_GLCDC, 11, 3)>,
242-
/* LCDC_DATA21 */
243-
<RA_PSEL(RA_PSEL_GLCDC, 11, 2)>,
244-
/* LCDC_DATA22 */
245-
<RA_PSEL(RA_PSEL_GLCDC, 11, 0)>,
246-
/* LCDC_DATA23 */
247-
<RA_PSEL(RA_PSEL_GLCDC, 7, 7)>,
248-
/* LCDC_CLK */
249-
<RA_PSEL(RA_PSEL_GLCDC, 8, 6)>,
250-
/* LCDC_EXTCLK */
251-
<RA_PSEL(RA_PSEL_GLCDC, 5, 14)>;
252-
};
253-
};
254-
255190
/* NOTE: pins conflict with ether_default */
256191
sdhc1_default: sdhc1_default {
257192
group1 {

boards/renesas/ek_ra8d1/ek_ra8d1.dts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,11 @@
298298
};
299299
};
300300

301-
zephyr_lcdif: &lcdif {
302-
pinctrl-0 = <&glcdc_default>;
303-
pinctrl-names = "default";
304-
};
301+
zephyr_lcdif: &lcdif {};
305302

306303
zephyr_mipi_dsi: &mipi_dsi {};
307304

308-
renesas_mipi_i2c: &iic1{};
305+
renesas_mipi_i2c: &iic1 {};
309306

310307
pmod_sd_shield: &sdhc1 {};
311308

0 commit comments

Comments
 (0)