diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2022-04-11 23:01:42 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-04-19 21:28:55 +0300 |
commit | 0b8c9a837cc3588f483f2a03723aa1e3651d8665 (patch) | |
tree | 4510cfc27bac35e6eba854851744814ab5254f3f /arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | |
parent | 97bd8659c1c46c23e4daea7e040befca30939950 (diff) | |
download | linux-0b8c9a837cc3588f483f2a03723aa1e3651d8665.tar.xz |
ARM: dts: bcm283x: Remove gpio line name NC
The convention to name not connected GPIOs with NC has never been
adapted. Also newer Raspberry Pi boards like RPi 4 never did. So fix
this inconsistency by removing all of the NC names.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts index c263f5b48b96..fd4ac6f2d077 100644 --- a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts @@ -61,7 +61,6 @@ * the official GPU firmware DT blob. * * Legend: - * "NC" = not connected (no rail from the SoC) * "FOO" = GPIO line named "FOO" on the schematic * "FOO_N" = GPIO line named "FOO" on schematic, active low */ |