Skip to content

Commit

Permalink
arm64: dts: broadcom: bcm4908: describe PMB block
Browse files Browse the repository at this point in the history
PMB (Power Management Bus) controls powering connected devices (e.g.
PCIe, USB, SATA). In BCM4908 it's a part of the PROCMON block.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Rafał Miłecki authored and ffainelli committed Jan 20, 2021
1 parent 961c389 commit edcf908
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x00 0x00 0x80000000 0xd0000>;
ranges = <0x00 0x00 0x80000000 0x281000>;

usb@c300 {
compatible = "generic-ehci";
Expand Down Expand Up @@ -213,6 +213,21 @@
};
};
};

procmon: syscon@280000 {
compatible = "simple-bus";
reg = <0x280000 0x1000>;
ranges;

#address-cells = <1>;
#size-cells = <1>;

power-controller@2800c0 {
compatible = "brcm,bcm4908-pmb";
reg = <0x2800c0 0x40>;
#power-domain-cells = <1>;
};
};
};

bus@ff800000 {
Expand Down

0 comments on commit edcf908

Please sign in to comment.