Commit fa27e716f13a3803ef0296eed992b37fc5e8090c

Authored by Ye Li
1 parent 87adf3f28f

MLK-22293-7 DTS: Update iMX8QM MEK dts to enable SATA

Enable the SATA node in iMX8QM MEK DTS file for iMX AHCI driver.

Signed-off-by: Ye Li <ye.li@nxp.com>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

arch/arm/dts/fsl-imx8qm-mek.dts
... ... @@ -450,6 +450,12 @@
450 450 };
451 451 };
452 452  
  453 +&sata {
  454 + pinctrl-names = "default";
  455 + pinctrl-0 = <&pinctrl_pciea>;
  456 + clkreq-gpio = <&gpio4 27 GPIO_ACTIVE_LOW>;
  457 + status = "okay";
  458 +};
453 459  
454 460 &tsens {
455 461 tsens-num = <6>;