[PATCH V2 1/4] arm64: dts: ti: k3-am65-main: Fix mux controller node name
Andrew Davis
afd at ti.com
Tue Jun 6 09:29:42 PDT 2023
On 6/6/23 11:06 AM, Nishanth Menon wrote:
> Add unit address to form a proper node name.
>
This is only needed when the node has a reg property, which
we have not added yet to this node. This patch instead adds a
warning:
> node has a unit name, but no reg or ranges property
Andrew
> Signed-off-by: Nishanth Menon <nm at ti.com>
> ---
> No change since V1
> V1: https://lore.kernel.org/r/20230424144949.244135-3-nm@ti.com
>
> arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> index 1adba2f2c153..f64b4e782ec3 100644
> --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> @@ -506,7 +506,7 @@ serdes1_clk: clock at 4090 {
> reg = <0x00004090 0x4>;
> };
>
> - serdes_mux: mux-controller {
> + serdes_mux: mux-controller at 4080 {
> compatible = "mmio-mux";
> #mux-control-cells = <1>;
> mux-reg-masks = <0x4080 0x3>, /* SERDES0 lane select */
More information about the linux-arm-kernel
mailing list