Commit 26589630 authored by Matthias Brugger's avatar Matthias Brugger Committed by Matthias Brugger

arm64: dts: mediatek: mt7986: Add SoC compatible

Missing SoC compatible in the board file causes dt bindings check.
Signed-off-by: default avatarMatthias Brugger <mbrugger@suse.com>
Link: https://lore.kernel.org/r/20221114121653.14739-1-matthias.bgg@kernel.orgSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 8c804538
......@@ -9,7 +9,7 @@
/ {
model = "MediaTek MT7986a RFB";
compatible = "mediatek,mt7986a-rfb";
compatible = "mediatek,mt7986a-rfb", "mediatek,mt7986a";
aliases {
serial0 = &uart0;
......
......@@ -10,6 +10,7 @@
#include <dt-bindings/reset/mt7986-resets.h>
/ {
compatible = "mediatek,mt7986a";
interrupt-parent = <&gic>;
#address-cells = <2>;
#size-cells = <2>;
......
......@@ -9,7 +9,7 @@
/ {
model = "MediaTek MT7986b RFB";
compatible = "mediatek,mt7986b-rfb";
compatible = "mediatek,mt7986b-rfb", "mediatek,mt7986b";
aliases {
serial0 = &uart0;
......
......@@ -5,6 +5,9 @@
*/
#include "mt7986a.dtsi"
/ {
compatible = "mediatek,mt7986b";
};
&pio {
compatible = "mediatek,mt7986b-pinctrl";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment