On 10/01/2025 13:39, Andras Szemzo wrote: > V853/V851 is a new SoC by Allwinner. Add a basic dtsi file for it. > > Signed-off-by: Andras Szemzo <szemzo.andras@xxxxxxxxx> > --- > arch/arm/boot/dts/allwinner/sun8i-v853.dtsi | 673 ++++++++++++++++++++ > 1 file changed, 673 insertions(+) > create mode 100644 arch/arm/boot/dts/allwinner/sun8i-v853.dtsi > > diff --git a/arch/arm/boot/dts/allwinner/sun8i-v853.dtsi b/arch/arm/boot/dts/allwinner/sun8i-v853.dtsi > new file mode 100644 > index 000000000000..4ecc97c7e7c0 > --- /dev/null > +++ b/arch/arm/boot/dts/allwinner/sun8i-v853.dtsi Impossible to build and test. Please submit complete work, so one which can be actually built (DTSI, DTS and bindings). > @@ -0,0 +1,673 @@ > +// SPDX-License-Identifier: (GPL-2.0+ or MIT) Odd license, why would we ever want GPLv3 or even GPLv4? > +// Copyright (C) 2024 Andras Szemzo <szemzo.andras@xxxxxxxxx> > + > +#include <dt-bindings/clock/sun6i-rtc.h> > +#include <dt-bindings/clock/sun8i-v853-r-ccu.h> > +#include <dt-bindings/reset/sun8i-v853-r-ccu.h> > +#include <dt-bindings/clock/sun8i-v853-ccu.h> > +#include <dt-bindings/reset/sun8i-v853-ccu.h> > +#include <dt-bindings/interrupt-controller/arm-gic.h> > +#include <dt-bindings/power/allwinner,sun8i-v853-ppu.h> > + > +/ { > + #address-cells = <1>; > + #size-cells = <1>; > + > + osc24M: osc24M-clk { Only lowercase node names. Best regards, Krzysztof