mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 05:24:47 +08:00
ARM: dts: atlas7: add lost PWM node
this patch adds lost PWM node, and also fixes the ranges of its parent node. Signed-off-by: Guo Zeng <guo.zeng@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
parent
d9615f8bf5
commit
5e3773b2b8
@ -1214,7 +1214,8 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x18641000 0x18641000 0x3000>,
|
||||
<0x18620000 0x18620000 0x1000>;
|
||||
<0x18620000 0x18620000 0x1000>,
|
||||
<0x18630000 0x18630000 0x10000>;
|
||||
|
||||
cgum@18641000 {
|
||||
compatible = "sirf,nocfw-cgum";
|
||||
@ -1227,6 +1228,15 @@
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
pwm: pwm@18630000 {
|
||||
compatible = "sirf,prima2-pwm";
|
||||
#pwm-cells = <2>;
|
||||
reg = <0x18630000 0x10000>;
|
||||
clocks = <&car 138>, <&car 139>, <&car 237>,
|
||||
<&car 240>, <&car 140>, <&car 246>;
|
||||
clock-names = "pwmc", "sigsrc0", "sigsrc1",
|
||||
"sigsrc2", "sigsrc3", "sigsrc4";
|
||||
};
|
||||
};
|
||||
|
||||
gnssm {
|
||||
|
Loading…
Reference in New Issue
Block a user