diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-05-21 10:54:06 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 15:06:57 +0300 |
commit | 0c149400c2f676e7b4cc68e517db29005a7a38c7 (patch) | |
tree | 644ad96484de81ceca092cb8b258b0eeedeae634 /arch/arm/boot/dts/dra71-evm.dts | |
parent | 4823117cb80eedf31ddbc126b9bd92e707bd9a26 (diff) | |
download | linux-0c149400c2f676e7b4cc68e517db29005a7a38c7.tar.xz |
ARM: dts: dra7x-evm: Align GPIO hog names with dt-schema
The dt-schema for nxp,pcf8575 expects GPIO hogs node names to end with a
'hog' suffix.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra71-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra71-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra71-evm.dts b/arch/arm/boot/dts/dra71-evm.dts index 6d2cca6b4488..a64364443031 100644 --- a/arch/arm/boot/dts/dra71-evm.dts +++ b/arch/arm/boot/dts/dra71-evm.dts @@ -187,7 +187,7 @@ }; &pcf_hdmi { - p0 { + hdmi-i2c-disable-hog { /* * PM_OEn to High: Disable routing I2C3 to PM_I2C * With this PM_SEL(p3) should not matter |