diff options
Diffstat (limited to 'arch/sh/include/cpu-sh2a/cpu/sh7269.h')
| -rw-r--r-- | arch/sh/include/cpu-sh2a/cpu/sh7269.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/arch/sh/include/cpu-sh2a/cpu/sh7269.h b/arch/sh/include/cpu-sh2a/cpu/sh7269.h index 2a0ca8780f0d..d516e5d48818 100644 --- a/arch/sh/include/cpu-sh2a/cpu/sh7269.h +++ b/arch/sh/include/cpu-sh2a/cpu/sh7269.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */  #ifndef __ASM_SH7269_H__  #define __ASM_SH7269_H__ @@ -45,9 +46,7 @@ enum {  	GPIO_PG7, GPIO_PG6, GPIO_PG5, GPIO_PG4,  	GPIO_PG3, GPIO_PG2, GPIO_PG1, GPIO_PG0, -	/* Port H */ -	GPIO_PH7, GPIO_PH6, GPIO_PH5, GPIO_PH4, -	GPIO_PH3, GPIO_PH2, GPIO_PH1, GPIO_PH0, +	/* Port H - Port H does not have a Data Register */  	/* Port I - not on device */ |