mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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:
@@ -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 {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user