Skip to content

ADRV902x family devicetree unit address is wrong - typo #3077

@msporcich

Description

@msporcich

In this file
https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_adrv9025.dts#L237-L239

based on the HDL and the reg entries,

			axi_adrv9025_adxcvr_rx: axi-adxcvr-rx@34000 {
				compatible = "adi,altera-adxcvr-1.00.a";
				reg = <0x00044000 0x00001000>,
					<0x00048000 0x00001000>,
					<0x0004a000 0x00001000>,
					<0x00058000 0x00001000>,
					<0x0005a000 0x00001000>;

should be

			axi_adrv9025_adxcvr_rx: axi-adxcvr-rx@44000 {
				compatible = "adi,altera-adxcvr-1.00.a";
				reg = <0x00044000 0x00001000>,
					<0x00048000 0x00001000>,
					<0x0004a000 0x00001000>,
					<0x00058000 0x00001000>,
					<0x0005a000 0x00001000>;

where the @34000 is replaced by the @44000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions