Skip to content

Commit 816a748

Browse files
committed
Merge tag 'dt64-cleanup-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dt
Minor improvements in ARM64 DTS for v6.16 Two cleanups which were missed on mailing lists - align GPIO node names with DT bindings for Mediatek mt7622 and Nvidia Tegra210-p2894. * tag 'dt64-cleanup-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt: arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style arm64: dts: mediatek: mt7622: Align GPIO hog name with bindings Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 53c3712 + 04e7638 commit 816a748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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;

arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@
13651365
};
13661366
};
13671367

1368-
hog-0 {
1368+
max77620-hog {
13691369
gpio-hog;
13701370
output-high;
13711371
gpios = <2 GPIO_ACTIVE_HIGH>,

0 commit comments

Comments
 (0)