]> git.dujemihanovic.xyz Git - u-boot.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)
commit5709a858c04a12ff6dc04fa003e501e720f91159
treea410abceceeccb8832fb936361686c9f0fd91898
parentc816dd03247576bb3eb5ac694d98b3ea0c0a1e5d
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