forked from Ivasoft/openwrt
ipq806x: fixes for R7800 and C2600
Updating spi pins configuration in R7800 and C2600 DTs Adding more usb power pin export and gsbi6 in R7800 DT Updating and fixing leds Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
3ac5eb9141
commit
5aace5a5fb
@@ -29,7 +29,7 @@
|
||||
qcom,saw = <&saw0>;
|
||||
clocks = <&kraitcc 0>, <&kraitcc 4>;
|
||||
clock-names = "cpu", "l2";
|
||||
qcom,imem = <&imem>;
|
||||
qcom,imem = <&qfprom>;
|
||||
clock-latency = <100000>;
|
||||
cpu-supply = <&smb208_s2a>;
|
||||
voltage-tolerance = <5>;
|
||||
@@ -49,7 +49,7 @@
|
||||
qcom,saw = <&saw1>;
|
||||
clocks = <&kraitcc 1>, <&kraitcc 4>;
|
||||
clock-names = "cpu", "l2";
|
||||
qcom,imem = <&imem>;
|
||||
qcom,imem = <&qfprom>;
|
||||
clock-latency = <100000>;
|
||||
cpu-supply = <&smb208_s2b>;
|
||||
cooling-min-state = <0>;
|
||||
@@ -200,7 +200,7 @@
|
||||
reg-names = "lpass-lpaif";
|
||||
};
|
||||
|
||||
imem: memory@700000 {
|
||||
qfprom: qfprom@700000 {
|
||||
compatible = "qcom,qfprom", "syscon";
|
||||
reg = <0x00700000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user