arm64: dts: mediatek: mt8395-radxa-nio-12l: use MT6365 PMIC definitions

Radxa NIO-12L EVK board integrates a MT6365 PMIC, compatible with
MT6359, but its devicetree used mt6359.dtsi to enable its support since
the board support was introduced.

Now that mt6365.dtsi has been created, include it instead of mt6359.dtsi
and use MT6365 labels and pmic key compatible too.

Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Louis-Alexis Eyraud 2026-04-29 11:44:22 +02:00 committed by AngeloGioacchino Del Regno
parent 4a4b565268
commit f5ba6b257d
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -6,7 +6,7 @@
*/
#include "mt8195.dtsi"
#include "mt6359.dtsi"
#include "mt6365.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/irq.h>
@ -1034,8 +1034,8 @@ &pciephy {
&pmic {
interrupts-extended = <&pio 222 IRQ_TYPE_LEVEL_HIGH>;
mt6359keys: keys {
compatible = "mediatek,mt6359-keys";
mt6365keys: keys {
compatible = "mediatek,mt6365-keys", "mediatek,mt6359-keys";
mediatek,long-press-mode = <1>;
power-off-time-sec = <0>;