Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64: dts: rk3588-blade3-v101-linux: fixes #251

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3588-blade3-v101-linux.dts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,15 @@
pulses-per-revolution = <2>;

#cooling-cells = <2>;
pwms = <&pwm8 0 50000 0>;
pwms = <&pwm8 0 250000 0>;
cooling-levels = <0 35 70 100 125 150>;
rockchip,temp-trips = <
30000 1
45000 2
50000 3
55000 4
60000 5
>;
};
};

Expand Down Expand Up @@ -609,6 +617,8 @@
};

&vop {
assigned-clocks = <&cru ACLK_VOP>;
assigned-clock-rates = <800000000>;
status = "okay";
};

Expand Down Expand Up @@ -680,6 +690,7 @@
&hdmi0 {
enable-gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
cec-enable = "true";
};

&hdmi0_in_vp0 {
Expand Down Expand Up @@ -793,6 +804,7 @@
data-role = "dual";
power-role = "dual";
try-power-role = "sink";
faster-pd-negotiation;
op-sink-microwatt = <15000000>;
sink-pdos =
// <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
Expand Down Expand Up @@ -1021,3 +1033,16 @@ status = "okay";
&sata0 {
status = "okay";
};

&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi1 {
status = "okay";
};

&display_subsystem {
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};