Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-imx-kuk
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Kernel
linux-imx-kuk
Commits
cbcfe3ec
Commit
cbcfe3ec
authored
2 years ago
by
Tobias Kahlki
Browse files
Options
Downloads
Patches
Plain Diff
dts: Apply changes to mx8mp from 5.10 kernel
parent
d307ec0c
No related branches found
Branches containing commit
No related tags found
2 merge requests
!455
CI: Update gitlab-ci
,
!126
dts:arm64:tanaro: Add devicetree files from 5.10 kernel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seconorth/imx8mp.dtsi
+12
-0
12 additions, 0 deletions
arch/arm64/boot/dts/seconorth/imx8mp.dtsi
with
12 additions
and
0 deletions
arch/arm64/boot/dts/seconorth/imx8mp.dtsi
+
12
−
0
View file @
cbcfe3ec
...
...
@@ -1262,8 +1262,18 @@ mipi_dsi: mipi_dsi@32e60000 {
<&media_blk_ctrl IMX8MP_CLK_MEDIA_BLK_CTRL_MIPI_DSI_CLKREF>;
clock-names = "cfg", "pll-ref";
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_MIPI_PHY1_REF>;
#if 0
assigned-clock-parents = <&clk IMX8MP_CLK_24M>;
assigned-clock-rates = <12000000>;
#else
assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>;
//assigned-clock-rates = <12000000>;
pref-rate = <13860>; // pll_out / 75
assigned-clock-rates = <13860000>;
//pref-rate = <24750>; // pll_out / 42 // AN12940 sais D-PHY- ref_clk should be 24 - 300 MHz
//assigned-clock-rates = <24750000>;
#endif
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&mipi_phy1_pd>;
status = "disabled";
...
...
@@ -2166,6 +2176,7 @@ usb_dwc3_0: usb@38100000 {
phys = <&usb3_phy0>, <&usb3_phy0>;
phy-names = "usb2-phy", "usb3-phy";
snps,dis-u2-freeclk-exists-quirk;
status = "disabled";
};
};
...
...
@@ -2178,6 +2189,7 @@ usb3_phy1: usb-phy@382f0040 {
assigned-clocks = <&clk IMX8MP_CLK_USB_PHY_REF>;
assigned-clock-parents = <&clk IMX8MP_CLK_24M>;
#phy-cells = <0>;
status = "disabled";
};
usb3_1: usb@32f10108 {
...
...
This diff is collapsed.
Click to expand it.
GitBot
@gitbot
mentioned in commit
seco-ne/yocto/manifest@a3973180
·
2 years ago
mentioned in commit
seco-ne/yocto/manifest@a3973180
mentioned in commit seco-ne/yocto/manifest@a39731802714de1e54c4a52b2e5b4c156f91c0b0
Toggle commit list
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