HiSilicon dts fixes for v7.0

- Correct the PCIe reset GPIO polarity for hi3798cv200-poplar
 - Add the missing dma-ranges for hi3798cv200
 -----BEGIN PGP SIGNATURE-----
 
 iQJJBAABCgAzFiEEQeMYD8qOQTc1R/snC8hXbtmJZlwFAmm+O/sVHHh1d2VpNUBo
 aXNpbGljb24uY29tAAoJEAvIV27ZiWZci7UP/1yD0ScFqvoXqsCuY7uMqFXXwZr+
 aPvQz7sZwOQy0ksLa4LcpfVfltAET8bcVAQqYAWrW0l3o+mJCnM6lUq2TE0weAwb
 IzALQhLMyEaebBRwTPbdvzb2sfpIHjuaciu6nF8SK3PV0zyWVyN6O5N2eqSOO3mD
 xcPyBPLGJcho9HIG8Obta4CoOZ/BoymT8quxSqjjZmYlL1JEiniGrHMgeZSqs0HJ
 CsaqkKboE51/zM9TgHS/DzExF+yU48a3haAtPxIPhsA9G+Bqtb8X8c35oW3AJGDC
 aO6jvguh6qjxxAbd5Xw0XERbxESOSUHyYZQx/t74yLT5QWIbPyFEW5/0R72WXFJw
 pEwQreN9foDbu41cmzAvdPUBmK8dZTfOPzIK82n8Ea/xSuzAKZtl2z75nclKZ1ls
 HOdZ+Dc5DQXxuFhjm6e0qvv9sd873Q5MLTsH8F3hS80S1qs/n92o+g6eFpF0tFfz
 uqfwmSh8kRQIf6C6/KaqW8AJ2xn8YH+IC+oxydMqcVBkcZA3VuwztLpMBPhbC70W
 6AdyMTR5KhHnzZ3oBHzG1s0GYvq88rJKs8C9tuaIP3Uv89I3liolEuSPI9HWgtH+
 g7C3RSSp1wUDHxiKp9CYRMVtkrt5q1qIfNNsWIeiiit3VbAeDGzR/hln65DqdO/U
 K7/a8hofHHn4+rMS
 =kiL4
 -----END PGP SIGNATURE-----

Merge tag 'hisi-dts-fixes-for-7.0' of https://github.com/hisilicon/linux-hisi into arm/fixes

HiSilicon dts fixes for v7.0

- Correct the PCIe reset GPIO polarity for hi3798cv200-poplar
- Add the missing dma-ranges for hi3798cv200

* tag 'hisi-dts-fixes-for-7.0' of https://github.com/hisilicon/linux-hisi:
  arm64: dts: hisilicon: hi3798cv200: Add missing dma-ranges
  arm64: dts: hisilicon: poplar: Correct PCIe reset GPIO polarity

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2026-04-01 13:51:16 +02:00
commit abc52cf58e
2 changed files with 2 additions and 1 deletions

View File

@ -179,7 +179,7 @@ &ohci {
};
&pcie {
reset-gpios = <&gpio4 4 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio4 4 GPIO_ACTIVE_LOW>;
vpcie-supply = <&reg_pcie>;
status = "okay";
};

View File

@ -122,6 +122,7 @@ soc: soc@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0xf0000000 0x10000000>;
dma-ranges = <0x0 0x0 0x0 0x40000000>;
crg: clock-reset-controller@8a22000 {
compatible = "hisilicon,hi3798cv200-crg", "syscon", "simple-mfd";