for knaerzche , I've finally discovered what not works on my box with your images. This is my dts coded on top of an rk3228b box dts.
C
/*
* Copyright (C) 2020 knaerzche <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;
#include "rk3228b-box.dtsi"
/ {
model = "RK3228b V88 (mx4vr-v01 board)";
leds {
compatible = "gpio-leds";
led_blue {
gpios = <&gpio1 RK_PA7 GPIO_ACTIVE_LOW>;
default-state = "on";
};
led_red {
gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_LOW>;
default-state = "off";
linux,default-trigger = "rc-feedback";
};
};
};
&dmc {
status = "disabled";
};
&sdmmc {
/delete-property/ sd-uhs-sdr50;
/delete-property/ sd-uhs-sdr104;
};
Display More
I've disabled dmc and some sdmmc commands that hangs the sd controller.