Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Tony Lindgren
0c149400 4823117c

+4 -4
+1 -1
arch/arm/boot/dts/dra7-evm.dts
··· 366 366 reg = <0x26>; 367 367 gpio-controller; 368 368 #gpio-cells = <2>; 369 - p1 { 369 + hdmi-audio-hog { 370 370 /* vin6_sel_s0: high: VIN6, low: audio */ 371 371 gpio-hog; 372 372 gpios = <1 GPIO_ACTIVE_HIGH>;
+1 -1
arch/arm/boot/dts/dra71-evm.dts
··· 187 187 }; 188 188 189 189 &pcf_hdmi { 190 - p0 { 190 + hdmi-i2c-disable-hog { 191 191 /* 192 192 * PM_OEn to High: Disable routing I2C3 to PM_I2C 193 193 * With this PM_SEL(p3) should not matter
+1 -1
arch/arm/boot/dts/dra72-evm-common.dtsi
··· 268 268 */ 269 269 lines-initial-states = <0x0f2b>; 270 270 271 - p1 { 271 + hdmi-audio-hog { 272 272 /* vin6_sel_s0: high: VIN6, low: audio */ 273 273 gpio-hog; 274 274 gpios = <1 GPIO_ACTIVE_HIGH>;
+1 -1
arch/arm/boot/dts/dra76-evm.dts
··· 375 375 reg = <0x26>; 376 376 gpio-controller; 377 377 #gpio-cells = <2>; 378 - p1 { 378 + hdmi-audio-hog { 379 379 /* vin6_sel_s0: high: VIN6, low: audio */ 380 380 gpio-hog; 381 381 gpios = <1 GPIO_ACTIVE_HIGH>;