Hi, On Wed, Mar 24, 2021 at 01:54:02PM +0200, Tony Lindgren wrote: > * Carl Philipp Klemm [210117 23:45]: > > --- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi > > +++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi > > @@ -61,6 +61,7 @@ &cpcap_adc 2 &cpcap_adc 5 > > io-channel-names = "battdetb", "battp", > > "vbus", "chg_isense", > > "batti"; > > + battery = <&cpcap_battery>; > > }; > > This seems like good standard stuff to have, picking up this patch into > omap-for-v5.13/dt thanks. > > Tony This was btw. one of the patches that finally made me convert all the binding files to YAML. This patch will now result in warning being printed when you run 'make dtbs_check', since the binding has not been updated. I did not yet have time to review the patchset properly, so I have not yet replied (partely, because of being busy with the YAML stuff). I think the patch is also wrong, since the information is already described in DT - just the other way around: The battery references the charger. This provides all required information to the kernel for a 1:1 link. -- Sebastian