The original comment incorrectly named the PWM controller as Power Management Contoller, this commit fixes it.
Signed-off-by: GH Cao <[email protected]> --- Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h b/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h index e2581b8..2d7da75 100644 --- a/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h +++ b/Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836Pwm.h @@ -11,7 +11,7 @@ #ifndef __BCM2836_PWM_H__ #define __BCM2836_PWM_H__ -/* Power Management constants */ +/* PWM controller constants */ #define BCM2836_PWM_DMA_OFFSET 0x00007B00 #define BCM2836_PWM_DMA_BASE_ADDRESS (BCM2836_SOC_REGISTERS + BCM2836_PWM_DMA_OFFSET) -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#58210): https://edk2.groups.io/g/devel/message/58210 Mute This Topic: https://groups.io/mt/73322161/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
