Skip to content

Commit 6e3b067

Browse files
committed
arm64: dts: mediatek: mt7622: Align GPIO hog name with bindings
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it to fix dtbs_check warning: mt7622-bananapi-bpi-r64.dtb: asm_sel: $nodename:0: 'asm_sel' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$' Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 0af2f6b commit 6e3b067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
/* Attention: GPIO 90 is used to switch between PCIe@1,0 and
321321
* SATA functions. i.e. output-high: PCIe, output-low: SATA
322322
*/
323-
asm_sel {
323+
asm-sel-hog {
324324
gpio-hog;
325325
gpios = <90 GPIO_ACTIVE_HIGH>;
326326
output-high;

0 commit comments

Comments
 (0)