mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 11:36:51 +07:00
ARM: dts: da850: Add power-domains to PWM nodes
This adds the power-domains property to both the ECAP and EHRPWM PWM nodes. Both have drivers that use pm_runtime to enable the clocks, so they need this property in order to find and enable the clock properly. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
3652e2741f
commit
097f0987eb
@ -532,6 +532,7 @@ ehrpwm0: pwm@300000 {
|
||||
reg = <0x300000 0x2000>;
|
||||
clocks = <&psc1 17>, <&ehrpwm_tbclk>;
|
||||
clock-names = "fck", "tbclk";
|
||||
power-domains = <&psc1 17>;
|
||||
status = "disabled";
|
||||
};
|
||||
ehrpwm1: pwm@302000 {
|
||||
@ -541,6 +542,7 @@ ehrpwm1: pwm@302000 {
|
||||
reg = <0x302000 0x2000>;
|
||||
clocks = <&psc1 17>, <&ehrpwm_tbclk>;
|
||||
clock-names = "fck", "tbclk";
|
||||
power-domains = <&psc1 17>;
|
||||
status = "disabled";
|
||||
};
|
||||
ecap0: ecap@306000 {
|
||||
@ -550,6 +552,7 @@ ecap0: ecap@306000 {
|
||||
reg = <0x306000 0x80>;
|
||||
clocks = <&psc1 20>;
|
||||
clock-names = "fck";
|
||||
power-domains = <&psc1 20>;
|
||||
status = "disabled";
|
||||
};
|
||||
ecap1: ecap@307000 {
|
||||
@ -559,6 +562,7 @@ ecap1: ecap@307000 {
|
||||
reg = <0x307000 0x80>;
|
||||
clocks = <&psc1 20>;
|
||||
clock-names = "fck";
|
||||
power-domains = <&psc1 20>;
|
||||
status = "disabled";
|
||||
};
|
||||
ecap2: ecap@308000 {
|
||||
@ -568,6 +572,7 @@ ecap2: ecap@308000 {
|
||||
reg = <0x308000 0x80>;
|
||||
clocks = <&psc1 20>;
|
||||
clock-names = "fck";
|
||||
power-domains = <&psc1 20>;
|
||||
status = "disabled";
|
||||
};
|
||||
spi0: spi@41000 {
|
||||
|
Loading…
Reference in New Issue
Block a user