mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
- DTS bugfix for r8a779g3 Sparrow Hawk
This commit is contained in:
commit
0ffca1dff1
@ -49,6 +49,24 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pcie0_clkref {
|
||||
clock-frequency = <100000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pciec0 {
|
||||
clocks = <&cpg CPG_MOD 624>, <&pcie0_clkref>;
|
||||
};
|
||||
|
||||
&pcie1_clkref {
|
||||
clock-frequency = <100000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pciec1 {
|
||||
clocks = <&cpg CPG_MOD 625>, <&pcie1_clkref>;
|
||||
};
|
||||
|
||||
&rpc {
|
||||
flash@0 {
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user