Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-debian-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-debian-packages
Commits
b28d4b05
Commit
b28d4b05
authored
5 months ago
by
minute
Committed by
minute
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
rk3588: pocket: dts: fixup hdmi, sd, audio, panel
parent
74a00fb7
No related branches found
Branches containing commit
No related tags found
1 merge request
!64
RK3588 Pocket Reform bringup incl. Linux 6.11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linux/rk3588-mnt-pocket-reform.dts
+14
-28
14 additions, 28 deletions
linux/rk3588-mnt-pocket-reform.dts
with
14 additions
and
28 deletions
linux/rk3588-mnt-pocket-reform.dts
+
14
−
28
View file @
b28d4b05
...
...
@@ -15,8 +15,8 @@
#include "rk3588.dtsi"
/ {
model = "MNT Reform
Next
with RCORE RK3588 Module";
compatible = "mntre,reform-
next-
rcore", "firefly,icore3588q", "rockchip,rk3588";
model = "MNT
Pocket
Reform with RCORE RK3588 Module";
compatible = "mntre,
pocket-
reform-rcore", "firefly,icore3588q", "rockchip,rk3588";
aliases {
ethernet0 = &gmac0;
...
...
@@ -48,14 +48,6 @@
dais = <&i2s0_8ch_p0>;
};
/*backlight: backlight {
compatible = "pwm-backlight";
pwms = <&pwm8 0 10000 0>;
enable-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>;
brightness-levels = <0 8 16 32 64 128 160 200 255>;
default-brightness-level = <128>;
};*/
gmac0_clkin: external-gmac0-clock {
compatible = "fixed-clock";
clock-frequency = <125000000>;
...
...
@@ -195,8 +187,8 @@
};
&display_subsystem {
//
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
//
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};
&gmac0 {
...
...
@@ -239,12 +231,12 @@
};
};*/
/*
&hdptxphy_hdmi0 {
&hdptxphy_hdmi0 {
status = "okay";
};
*/
};
// external HDMI
&hdmi1 {
// external HDMI
enable-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>; // D-2
status = "okay";
};
...
...
@@ -340,9 +332,7 @@
reg = <0x18>;
clocks = <&cru I2S0_8CH_MCLKOUT>;
clock-names = "mclk";
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
assigned-clock-rates = <12288000>;
ai31xx-micbias-vg = <2>; // 2.5V
ai31xx-micbias-vg = <2>;
#sound-dai-cells = <0>;
HPVDD-supply = <&vcc_3v3_s3>;
...
...
@@ -438,8 +428,7 @@
&sdmmc {
bus-width = <4>;
//max-frequency = <48000000>;
max-frequency = <40000000>;
max-frequency = <20000000>;
no-sdio;
no-mmc;
no-1-8-v;
...
...
@@ -971,10 +960,9 @@
status = "okay";
};
// FIXME: vop_mmu is currently broken with DSI
/*&vop_mmu {
&vop_mmu {
status = "okay";
};
*/
};
&vop {
status = "okay";
...
...
@@ -987,10 +975,10 @@
};
};
/*&vp
1
{
vp
1
_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 {
/*&vp
2
{
vp
2
_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 {
reg = <ROCKCHIP_VOP2_EP_HDMI0>;
remote-endpoint = <&hdmi0_in_vp
1
>;
remote-endpoint = <&hdmi0_in_vp
2
>;
};
};*/
...
...
@@ -1006,9 +994,7 @@
// reset is driven by rp2040
// dcdc en is also driven by rp2040
// actually backlight enable
//enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
enable-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>;
burst-mode;
port {
mipi_panel_in: endpoint {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment