]> git.baikalelectronics.ru Git - uboot.git/commit
watchdog: sp805_wdt: use correct compatible string
authorMichael Walle <michael@walle.cc>
Wed, 13 Oct 2021 16:14:16 +0000 (18:14 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 9 Nov 2021 11:48:23 +0000 (17:18 +0530)
commitf3595a3dade92692d3718ae517128ca33fb61536
treea410abceceeccb8832fb936361686c9f0fd91898
parent16a77d494fc2ea50acb1f29710237bcc2b9f3754
watchdog: sp805_wdt: use correct compatible string

According to the linux device tree specification the compatible string
is:
  compatible = "arm,sp805", "arm,primecell";

Fix all users in u-boot.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/dts/fsl-ls1028a.dtsi
arch/arm/dts/hi3660.dtsi
drivers/watchdog/sp805_wdt.c