Quoting Nícolas F. R. A. Prado (2024-01-12 06:20:28) > diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi > index 7592e3b86037..8c9f7435cf4c 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi > @@ -484,3 +484,6 @@ volup-btn-odl { > }; > }; > > +&cros_ec { > + /delete-node/ cbas; > +}; Usually we add nodes instead of delete them. Can you move the cbas node addition to the other files that include mt8183-kukui.dtsi instead? It will be a larger patch in number of lines but then we don't run into problems where the node is moved later and this breaks because 'cbas' doesn't exist.