1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2020 Rockchip Electronics Co., Ltd. 4 */ 5 6/* 7 * Turn off modules which is not in use for Robot devices. 8 */ 9 10&backlight { 11 status = "disabled"; 12}; 13 14/* 15 * Userland need drm buffer, so keep display_subsystem and vop enabled, 16 * But dsi can be disabled. 17 */ 18&dsi { 19 status = "disabled"; 20}; 21 22&vcc18_lcd_n { 23 status = "disabled"; 24}; 25 26&gmac { 27 status = "disabled"; 28}; 29 30&i2c5 { 31 status = "disabled"; 32}; 33 34&mdio { 35 status = "disabled"; 36}; 37 38&route_dsi { 39 status = "disabled"; 40}; 41 42&sdmmc { 43 status = "disabled"; 44}; 45