diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2022-04-11 22:01:42 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-04-19 20:28:55 +0200 |
commit | 0b8c9a837cc3588f483f2a03723aa1e3651d8665 (patch) | |
tree | 4510cfc27bac35e6eba854851744814ab5254f3f /arch/arm/boot/dts/bcm2836-rpi-2-b.dts | |
parent | ARM: dts: bcm2835-rpi-b: Fix GPIO line names (diff) | |
download | linux-0b8c9a837cc3588f483f2a03723aa1e3651d8665.tar.xz linux-0b8c9a837cc3588f483f2a03723aa1e3651d8665.zip |
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/bcm2836-rpi-2-b.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2836-rpi-2-b.dts b/arch/arm/boot/dts/bcm2836-rpi-2-b.dts index d8af8eeac7b6..c824a2cea02e 100644 --- a/arch/arm/boot/dts/bcm2836-rpi-2-b.dts +++ b/arch/arm/boot/dts/bcm2836-rpi-2-b.dts @@ -34,7 +34,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 */ |