Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Use simple-pm-bus for genpd for am4 l4_fast

We can now enable simple-pm-bus to use genpd.

Signed-off-by: Tony Lindgren <tony@atomide.com>

+5 -2
+5 -2
arch/arm/boot/dts/am437x-l4.dtsi
··· 492 492 }; 493 493 494 494 &l4_fast { /* 0x4a000000 */ 495 - compatible = "ti,am4-l4-fast", "simple-bus"; 495 + compatible = "ti,am4-l4-fast", "simple-pm-bus"; 496 + power-domains = <&prm_per>; 497 + clocks = <&l3_clkctrl AM4_L3_L4_HS_CLKCTRL 0>; 498 + clock-names = "fck"; 496 499 reg = <0x4a000000 0x800>, 497 500 <0x4a000800 0x800>, 498 501 <0x4a001000 0x400>; ··· 505 502 ranges = <0x00000000 0x4a000000 0x1000000>; /* segment 0 */ 506 503 507 504 segment@0 { /* 0x4a000000 */ 508 - compatible = "simple-bus"; 505 + compatible = "simple-pm-bus"; 509 506 #address-cells = <1>; 510 507 #size-cells = <1>; 511 508 ranges = <0x00000000 0x00000000 0x000800>, /* ap 0 */