mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3562-evb: fix mcu display board naming errors
Fix board model and compatible and remove bl-gpios in mcu_panel node. Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: I80b696e4df0cd409023b9656c5a13ba850d15340
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
#include "rk3562-rk817.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Rockchip RK3562 EVB2 DDR4 V10 Board + RK EVB MCU PANLE DISPLAY Ext Board";
|
||||
compatible = "rockchip,rk3562-evb2-ddr4-v10-mcu-k350c4516t", "rockchip,rk3562";
|
||||
model = "Rockchip RK3562 EVB1 LP4X V10 Board + RK EVB MCU PANLE DISPLAY Ext Board";
|
||||
compatible = "rockchip,rk3562-evb1-lp4x-v10-mcu-k350c4516t", "rockchip,rk3562";
|
||||
};
|
||||
|
||||
&backlight {
|
||||
@@ -58,7 +58,6 @@
|
||||
*/
|
||||
bus-format = <MEDIA_BUS_FMT_RGB565_1X16>;
|
||||
backlight = <&backlight>;
|
||||
bl-gpios = <&gpio3 RK_PA5 GPIO_ACTIVE_HIGH>;
|
||||
enable-gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_LOW>;
|
||||
enable-delay-ms = <20>;
|
||||
reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_LOW>;
|
||||
|
||||
Reference in New Issue
Block a user