diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-08 08:27:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-08 08:27:50 -0500 |
commit | 341ba8d94b1c2f98766ad27b4a5b79ecafd2ba47 (patch) | |
tree | da2cea59043c2ca9568723b4818818ddc0f68c31 /arch | |
parent | 14f2d087a3d6347ba0ff7a7e9aaff6955e53e7a8 (diff) | |
parent | 94256dc61067fee4d0687c018f592e62862ab6c1 (diff) | |
download | u-boot-341ba8d94b1c2f98766ad27b4a5b79ecafd2ba47.tar.gz u-boot-341ba8d94b1c2f98766ad27b4a5b79ecafd2ba47.tar.bz2 u-boot-341ba8d94b1c2f98766ad27b4a5b79ecafd2ba47.zip |
Merge tag 'u-boot-at91-fixes-2023.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91
Second set of u-boot-at91 fixes for the 2023.01 cycle:
This is a single tiny fix that allows the correct name for one pin on
sama7g5 device. People with DT coming from Linux will have build errors
without this if they add NAND device.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/sama7g5-pinfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/sama7g5-pinfunc.h b/arch/arm/dts/sama7g5-pinfunc.h index b77185f8ed..a17707ba60 100644 --- a/arch/arm/dts/sama7g5-pinfunc.h +++ b/arch/arm/dts/sama7g5-pinfunc.h @@ -673,7 +673,7 @@ #define PIN_PD8__GPIO PINMUX_PIN(PIN_PD8, 0, 0) #define PIN_PD8__SDMMC2_DAT3 PINMUX_PIN(PIN_PD8, 1, 1) #define PIN_PD8__I2SMCC0_DIN0 PINMUX_PIN(PIN_PD8, 3, 1) -#define PIN_PD8__A11_NANDCLE PINMUX_PIN(PIN_PD8, 4, 2) +#define PIN_PD8__A22_NANDCLE PINMUX_PIN(PIN_PD8, 4, 2) #define PIN_PD8__TIOA2 PINMUX_PIN(PIN_PD8, 5, 2) #define PIN_PD8__FLEXCOM11_IO0 PINMUX_PIN(PIN_PD8, 6, 5) #define PIN_PD9 105 |