diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-12-30 17:28:35 +0100 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2019-02-01 11:55:34 +0100 |
commit | b02d6197c28e157f5839d8ebf87e758095cc4944 (patch) | |
tree | c4c902271a6f2ca250f0dd82054e2928464d88e5 /arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | |
parent | ARM: dts: bcm2835-rpi: Drop unnecessary #address-cells/#size-cells (diff) | |
download | linux-b02d6197c28e157f5839d8ebf87e758095cc4944.tar.xz linux-b02d6197c28e157f5839d8ebf87e758095cc4944.zip |
ARM: dts: bcm2835: Fix labels for GPIO 0,1
According to the schematics for all RPis with a 40 pin header,
the GPIOs 0 and 1 are labeled as ID_SD and ID_SC. In order to
clarify that is a I2C bus, append the third letter.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-zero-w.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts index 644d907bafbb..5765d3411fd6 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts @@ -40,8 +40,8 @@ * "FOO" = GPIO line named "FOO" on the schematic * "FOO_N" = GPIO line named "FOO" on schematic, active low */ - gpio-line-names = "GPIO0", - "GPIO1", + gpio-line-names = "ID_SDA", + "ID_SCL", "SDA1", "SCL1", "GPIO_GCLK", |