Fix broken framebuffer.
This commit is contained in:
parent
3801ac0885
commit
dbfd90a62b
1 changed files with 2 additions and 2 deletions
|
@ -675,11 +675,11 @@ diff -rupN linux.orig/arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dts lin
|
||||||
+ enable-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
|
+ enable-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
|
||||||
+ // pinctrl-names = "default";
|
+ // pinctrl-names = "default";
|
||||||
+ // pinctrl-0 = <&hdmi0_en>;
|
+ // pinctrl-0 = <&hdmi0_en>;
|
||||||
+ status = "okay";
|
+ status = "disabled";
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+&hdmi0_in_vp0 {
|
+&hdmi0_in_vp0 {
|
||||||
+ status = "okay";
|
+ status = "disabled";
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+&hdmi0_sound {
|
+&hdmi0_sound {
|
||||||
|
|
Loading…
Reference in a new issue