arch/arm/src/am335x/hardware/am335x_prcm.h: Rename am335x_cm.h to am335x_cm.h.

This commit is contained in:
Petro Karashchenko 2019-07-09 14:50:07 -06:00 committed by Gregory Nutt
parent 8be74cdc48
commit eed706d458
6 changed files with 10 additions and 10 deletions

View File

@ -40,7 +40,7 @@
#include <nuttx/config.h>
#include "up_arch.h"
#include "hardware/am335x_cm.h"
#include "hardware/am335x_prcm.h"
#include "am335x_config.h"
#include "am335x_clockconfig.h"

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/am335x/am335x_wdog.c
* arch/arm/src/am335x/am335x_edid.c
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/am225x/am335x_lcd.c
* arch/arm/src/am225x/am335x_lcdc.c
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -56,7 +56,7 @@
#include <nuttx/video/fb.h>
#include "up_arch.h"
#include "hardware/am335x_cm.h"
#include "hardware/am335x_prcm.h"
#include "am335x_pinmux.h"
#include "am335x_config.h"
#include "am335x_gpio.h"

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* arch/arm/src/am335x/hardware/am335x_cm.h
* arch/arm/src/am335x/hardware/am335x_dcan.h
*
* Copyright (C) 2019 Petro Karashchenko. All rights reserved.
* Author: Petro Karashchenko <petro.karashchenko@gmail.com>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* arch/arm/src/am335x/hardware/am335x_cm.h
* arch/arm/src/am335x/hardware/am335x_prcm.h
*
* Copyright (C) 2019 Petro Karashchenko. All rights reserved.
* Author: Petro Karashchenko <petro.karashchenko@gmail.com>
@ -33,8 +33,8 @@
*
********************************************************************************************/
#ifndef __ARCH_ARM_SRC_AM335X_HARDWARE_AM335X_CM_H
#define __ARCH_ARM_SRC_AM335X_HARDWARE_AM335X_CM_H
#ifndef __ARCH_ARM_SRC_AM335X_HARDWARE_AM335X_PRCM_H
#define __ARCH_ARM_SRC_AM335X_HARDWARE_AM335X_PRCM_H
/********************************************************************************************
* Included Files
@ -365,4 +365,4 @@
# define CM_DPLL_DMTIMER1_CLKSEL_CLK_RC32K (3 << CM_DPLL_DMTIMER1MS_CLKSEL_SHIFT) /* Select CLK_RC32K clock */
# define CM_DPLL_DMTIMER1_CLKSEL_CLK_32768 (4 << CM_DPLL_DMTIMER1MS_CLKSEL_SHIFT) /* Selects the CLK_32768 from 32KHz Crystal Osc */
#endif /* __ARCH_ARM_SRC_AM335X_HARDWARE_AM335X_CM_H */
#endif /* __ARCH_ARM_SRC_AM335X_HARDWARE_AM335X_PRCM_H */

View File

@ -162,7 +162,7 @@ int up_fbinitialize(int display)
am335x_lcd_videomode(videomode, &panel);
/* Initialize the LCD controller using this video mode */
/* Initialize the LCD controller using this panel configuration */
ret = am335x_lcd_initialize(&panel);
if (ret < 0)