Re: [PATCH v2 2/2] dts: clean up config types

2024-05-24 Thread Patrick Robb
Looks good to me. Reviewed-by: Patrick Robb Tested-by: Patrick Robb

[PATCH v2 2/2] dts: clean up config types

2024-05-14 Thread Luca Vizzarro
Clean up types used with the configuration classes, and use Self from the newly added typing_extensions module. Methods that instantiate their own class should be @classmethod instead of @staticmethod. Bugzilla ID: 1433 Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framewo