Message ID | 20240316045442.31469-15-justin.swartz@risingedge.co.za (mailing list archive) |
---|---|
State | Accepted |
Commit | b8f8e5a691ba75051a841e68ace5817d5c368fd9 |
Headers | show |
Series | mips: dts: ralink: mt7621: improve DTS style | expand |
On 16.03.2024 07:54, Justin Swartz wrote: > Move the compatible attribute of the DTS root node to first place. > > Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com> Arınç
Il 16/03/24 05:54, Justin Swartz ha scritto: > Move the compatible attribute of the DTS root node to first place. > > Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index 284811f32..0704eab4a 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -5,9 +5,10 @@ #include <dt-bindings/reset/mt7621-reset.h> / { + compatible = "mediatek,mt7621-soc"; + #address-cells = <1>; #size-cells = <1>; - compatible = "mediatek,mt7621-soc"; cpus { #address-cells = <1>;
Move the compatible attribute of the DTS root node to first place. Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> --- arch/mips/boot/dts/ralink/mt7621.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --