On 02/02/24 4:06 am, Rob Herring wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > On Thu, Feb 01, 2024 at 03:38:37AM +0000, Dharma.B@xxxxxxxxxxxxx wrote: >> Hi Rob, >> >> On 31/01/24 9:05 am, Dharma B - I70843 wrote: >>> Converted the text bindings to YAML and validated them individually using following commands >>> >>> $ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/ >>> $ make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/ >>> >>> changelogs are available in respective patches. >>> >>> As Sam suggested I'm sending the PWM binding as it is in this patch series, clean up patch >>> will be sent as separate patch. >>> >> >> I would want to know if I can have the examples in display and pwm >> bindings separately or if I have to delete them from both and have a >> single, comprehensive example in mfd binding. I'm a little puzzled about >> this. > > The strong preference is 1 complete example in the MFD binding. That > avoids 2 copies of the same thing, issues with incomplete examples, > and temporary warnings bisecting the series. Sure, I will drop the examples in display and pwm bindings while sending v6. -- Thanks, Dharma B. > > Rob