On 13.01.2023 17:22, Krzysztof Kozlowski wrote: > tx-macro does not have children and does not allow address/size cells: > > sc8280xp-crd.dtb: txmacro@3220000: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected) > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi > index 5f2bb35a39bf..4986db9d35ad 100644 > --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi > @@ -1788,8 +1788,6 @@ txmacro: txmacro@3220000 { > clock-output-names = "mclk"; > > #clock-cells = <0>; > - #address-cells = <2>; > - #size-cells = <2>; > #sound-dai-cells = <1>; > }; >