From: Krzysztof Kozlowski Date: Tue, 11 Jan 2022 17:43:34 +0000 (+0100) Subject: ARM: dts: exynos: Align MAX77836 nodes with dtschema on Monk and Rinato X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8d6f5af71e2ada6214df028441d479e1925e105b;p=linux.git ARM: dts: exynos: Align MAX77836 nodes with dtschema on Monk and Rinato The newly introduced dtschema for MAX77836 MUIC requires proper naming of extcon child node. This should not have actual impact on MFD children driver binding, because the max77836 MFD driver uses compatibles. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220111174337.223320-2-krzysztof.kozlowski@canonical.com --- diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts index 8b41a9d5e2db9..02a9dc479d34c 100644 --- a/arch/arm/boot/dts/exynos3250-monk.dts +++ b/arch/arm/boot/dts/exynos3250-monk.dts @@ -69,7 +69,7 @@ reg = <0x25>; wakeup-source; - muic: max77836-muic { + extcon { compatible = "maxim,max77836-muic"; }; diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 5f7f8fedfb926..6d2c7bb191842 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -70,7 +70,7 @@ reg = <0x25>; wakeup-source; - muic: max77836-muic { + extcon { compatible = "maxim,max77836-muic"; };