Re: [PATCH v2 2/2] dts: clean up config types
Looks good to me. Reviewed-by: Patrick Robb Tested-by: Patrick Robb
[PATCH v2 2/2] dts: clean up config types
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