Skip to content

Commit bec5862

Browse files
Boris Brezillongregkh
authored andcommitted
ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13
commit 5fc39d347267bd029fcc9099c70e2fe2d53130e9 upstream. The sun4i-timer driver registers its sched_clock only if the machine is compatible with "allwinner,sun5i-a13", "allwinner,sun5i-a10s" or "allwinner,sun4i-a10". Add the missing "allwinner,sun5i-a13" string to the machine compatible. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Fixes: 465a225 ("ARM: sun5i: Add C.H.I.P DTS") Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 0e6092c commit bec5862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sun5i-r8-chip.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
/ {
5454
model = "NextThing C.H.I.P.";
55-
compatible = "nextthing,chip", "allwinner,sun5i-r8";
55+
compatible = "nextthing,chip", "allwinner,sun5i-r8", "allwinner,sun5i-a13";
5656

5757
aliases {
5858
i2c0 = &i2c0;

0 commit comments

Comments
 (0)