Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220111174337.223320-2-krzysztof.kozlowski@canonical.com

+2 -2
+1 -1
arch/arm/boot/dts/exynos3250-monk.dts
··· 69 69 reg = <0x25>; 70 70 wakeup-source; 71 71 72 - muic: max77836-muic { 72 + extcon { 73 73 compatible = "maxim,max77836-muic"; 74 74 }; 75 75
+1 -1
arch/arm/boot/dts/exynos3250-rinato.dts
··· 70 70 reg = <0x25>; 71 71 wakeup-source; 72 72 73 - muic: max77836-muic { 73 + extcon { 74 74 compatible = "maxim,max77836-muic"; 75 75 }; 76 76