]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
powerpc: dts: Add missing model properties
authorJ. Neuschäfer <j.ne@posteo.net>
Fri, 13 Mar 2026 10:14:24 +0000 (11:14 +0100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Tue, 2 Jun 2026 05:28:27 +0000 (10:58 +0530)
These are the remaining PowerPC devicetrees that do not have a /model
property, even though it is required by the devicetree specification.
Fix them by simply copying the compatible string.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20260313-ppc-model-v1-2-bf19b3d1b65d@posteo.net
arch/powerpc/boot/dts/mpc8308_p1m.dts
arch/powerpc/boot/dts/mpc8308rdb.dts
arch/powerpc/boot/dts/mpc836x_rdk.dts
arch/powerpc/boot/dts/mpc8377_rdb.dts
arch/powerpc/boot/dts/mpc8377_wlan.dts
arch/powerpc/boot/dts/mpc8378_rdb.dts
arch/powerpc/boot/dts/mpc8379_rdb.dts

index 41f917f97dab8d264f4397be0767027d7563df59..5af945e1743cfafc8831700691c89cdf32de174c 100644 (file)
@@ -9,6 +9,7 @@
 
 / {
        compatible = "denx,mpc8308_p1m";
+       model = "denx,mpc8308_p1m";
        #address-cells = <1>;
        #size-cells = <1>;
 
index 39ed26fba410932fbec2adfe4e5a9c7e8455829f..7b6fd58ffafa4d64cf7580d30def2514e77f516f 100644 (file)
@@ -10,6 +10,7 @@
 
 / {
        compatible = "fsl,mpc8308rdb";
+       model = "fsl,mpc8308rdb";
        #address-cells = <1>;
        #size-cells = <1>;
 
index 4ff38e1a2185f85618b603e703e54c973cb97cc0..d3d36fbf4e8695624fc2ad31bbd42500ae48f093 100644 (file)
@@ -14,6 +14,7 @@
        #address-cells = <1>;
        #size-cells = <1>;
        compatible = "fsl,mpc8360rdk";
+       model = "fsl,mpc8360rdk";
 
        aliases {
                serial0 = &serial0;
index fb311a7eb9f2cb2fcadbe793f9072b122f5b9013..f4244a7a3189643a50636904b0df41ec89ab9ef4 100644 (file)
@@ -9,6 +9,7 @@
 
 / {
        compatible = "fsl,mpc8377rdb";
+       model = "fsl,mpc8377rdb";
        #address-cells = <1>;
        #size-cells = <1>;
 
index f736a15cceffad64ca7f4c5bf469d3a1579e70e7..77ee5f8db14e484cd038ed53b98ffdc92da95a3b 100644 (file)
@@ -10,6 +10,7 @@
 
 / {
        compatible = "fsl,mpc8377wlan";
+       model = "fsl,mpc8377wlan";
        #address-cells = <1>;
        #size-cells = <1>;
 
index 32c49622b40402001bc90d3c1653f65ca340b9c6..9ae4ed5ffcf44aa93ecf86be870e98864e8576ff 100644 (file)
@@ -9,6 +9,7 @@
 
 / {
        compatible = "fsl,mpc8378rdb";
+       model = "fsl,mpc8378rdb";
        #address-cells = <1>;
        #size-cells = <1>;
 
index 07deb89c5a9bdc9444d7e3918a37e8c6783cf088..214611dc6da9fcc85e66901a76c1b4cdf5339850 100644 (file)
@@ -9,6 +9,7 @@
 
 / {
        compatible = "fsl,mpc8379rdb";
+       model = "fsl,mpc8379rdb";
        #address-cells = <1>;
        #size-cells = <1>;