[PATCH v5 2/3] arm64: dts: ti: k3-am62l: add initial infrastructure
Krzysztof Kozlowski
krzk at kernel.org
Wed May 7 23:52:22 PDT 2025
On Wed, May 07, 2025 at 10:09:20PM GMT, Bryan Brattlof wrote:
> +
> + uart6: serial at 2860000 {
> + compatible = "ti,am64-uart", "ti,am654-uart";
> + reg = <0x00 0x02860000 0x00 0x100>;
> + interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
> + power-domains = <&scmi_pds 82>;
> + clocks = <&scmi_clk 322>;
> + clock-names = "fclk";
> + status = "disabled";
> + };
> +
> + conf: syscon at 9000000 {
> + compatible = "syscon", "simple-mfd";
Not much improved here. You cannot have such compatibles alone and the
bindings test this.
Are you sure you tested this?
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list