Skip to content

Commit 2d2cb31

Browse files
committed
Merge tag 's32g2-fixes-5.19' of https://github.com/chesterlintw/linux-s32g into arm/fixes
S32G2 fixes for 5.19 - MAINTAINERS: Add [email protected] as a review group. - dts: Pass unit name to soc node to fix a W=1 build warning. * tag 's32g2-fixes-5.19' of https://github.com/chesterlintw/linux-s32g: MAINTAINERS: add a new reviewer for S32G arm64: s32g2: Pass unit name to soc node Link: https://lore.kernel.org/r/Yp9Y4nGrQ2kVKV6S@linux-8mug Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 7c7ff68 + 680c0ae commit 2d2cb31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,6 +2467,7 @@ ARM/NXP S32G ARCHITECTURE
24672467
M: Chester Lin <[email protected]>
24682468
R: Andreas Färber <[email protected]>
24692469
R: Matthias Brugger <[email protected]>
2470+
R: NXP S32 Linux Team <[email protected]>
24702471
L: [email protected] (moderated for non-subscribers)
24712472
S: Maintained
24722473
F: arch/arm64/boot/dts/freescale/s32g*.dts*

arch/arm64/boot/dts/freescale/s32g2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
};
8080
};
8181

82-
soc {
82+
soc@0 {
8383
compatible = "simple-bus";
8484
#address-cells = <1>;
8585
#size-cells = <1>;

0 commit comments

Comments
 (0)