Skip to content

Commit 7e82985

Browse files
committed
mt7623: Disable not exising home key mt2701: change node name to match DT bindings * tag 'v6.3-next-dts32' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux: arm: dts: mt7623: disable home key on Bananapi BPI-R2 arm: dts: mediatek: Fix existing NAND controller node name Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 718acce + 6154a79 commit 7e82985

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

arch/arm/boot/dts/mt2701.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
mediatek,apmixedsys = <&apmixedsys>;
360360
};
361361

362-
nandc: nfi@1100d000 {
362+
nandc: nand-controller@1100d000 {
363363
compatible = "mediatek,mt2701-nfc";
364364
reg = <0 0x1100d000 0 0x1000>;
365365
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_LOW>;

arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@
322322
vqmmc-supply = <&reg_3p3v>;
323323
};
324324

325+
&mt6323keys {
326+
home {
327+
status = "disabled";
328+
};
329+
};
330+
325331
&mt6323_leds {
326332
status = "okay";
327333

0 commit comments

Comments
 (0)