commit | 8457bcfa2e009296295072acb63fc1759ccd3450 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Wed Dec 13 09:37:08 2023 -0300 |
committer | Fabio Estevam <festevam@gmail.com> | Wed Dec 13 09:38:28 2023 -0300 |
tree | 110ebce767fc071f6babaf0705e4595e314bfb7b | |
parent | 42a563550ccee4875bef857a65c422d678e5d8c5 [diff] |
imx7d-sdb: Sync devicetree with kernel 6.5-rc1 Commit 0aea5dda2928 ("ARM: dts: imx7d-sdb-u-boot: Fix usdhc1 UHS operation") did a temporary workaround by addng the usdhc1 fix inside the -u-boot.dtsi file. The imx7d-sdb.dts from kernel 6.5-rc1 contains the proper UHS fix, so sync the devicetree tree and remove the previous fix from -u-boot.dtsi. Also, adjust the PMIC node name inside pmic_get() to match the devicetree update. Signed-off-by: Fabio Estevam <festevam@denx.de>