rockchip-rk3588: fix hdmi display of armsom-sige7 for edge and current (#7243)

This commit is contained in:
Jianfeng Liu 2024-09-15 01:23:26 +08:00 committed by GitHub
parent 37750a7459
commit 020fc510c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 4 deletions

View File

@ -19,7 +19,17 @@ index 111111111111..222222222222 100644
#include "rk3588.dtsi" #include "rk3588.dtsi"
/ { / {
@@ -164,6 +165,20 @@ &gpu { @@ -159,11 +160,30 @@ &cpu_l3 {
cpu-supply = <&vdd_cpu_lit_s0>;
};
+&display_subsystem {
+ clocks = <&hdptxphy_hdmi0>;
+ clock-names = "hdmi0_phy_pll";
+};
+
&gpu {
mali-supply = <&vdd_gpu_s0>;
status = "okay"; status = "okay";
}; };
@ -40,7 +50,7 @@ index 111111111111..222222222222 100644
&i2c0 { &i2c0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2c0m2_xfer>; pinctrl-0 = <&i2c0m2_xfer>;
@@ -723,3 +738,18 @@ &usb_host1_xhci { @@ -723,3 +743,18 @@ &usb_host1_xhci {
dr_mode = "host"; dr_mode = "host";
status = "okay"; status = "okay";
}; };

View File

@ -19,7 +19,17 @@ index 111111111111..222222222222 100644
#include "rk3588.dtsi" #include "rk3588.dtsi"
/ { / {
@@ -164,6 +165,20 @@ &gpu { @@ -159,11 +160,30 @@ &cpu_l3 {
cpu-supply = <&vdd_cpu_lit_s0>;
};
+&display_subsystem {
+ clocks = <&hdptxphy_hdmi0>;
+ clock-names = "hdmi0_phy_pll";
+};
+
&gpu {
mali-supply = <&vdd_gpu_s0>;
status = "okay"; status = "okay";
}; };
@ -40,7 +50,7 @@ index 111111111111..222222222222 100644
&i2c0 { &i2c0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2c0m2_xfer>; pinctrl-0 = <&i2c0m2_xfer>;
@@ -723,3 +738,18 @@ &usb_host1_xhci { @@ -723,3 +743,18 @@ &usb_host1_xhci {
dr_mode = "host"; dr_mode = "host";
status = "okay"; status = "okay";
}; };