mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
powerpc: dts: Add missing model properties
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
This commit is contained in:
parent
d16cb0a9a4
commit
ec07a2f1d3
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
/ {
|
||||
compatible = "denx,mpc8308_p1m";
|
||||
model = "denx,mpc8308_p1m";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
/ {
|
||||
compatible = "fsl,mpc8308rdb";
|
||||
model = "fsl,mpc8308rdb";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ / {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,mpc8360rdk";
|
||||
model = "fsl,mpc8360rdk";
|
||||
|
||||
aliases {
|
||||
serial0 = &serial0;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
/ {
|
||||
compatible = "fsl,mpc8377rdb";
|
||||
model = "fsl,mpc8377rdb";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
/ {
|
||||
compatible = "fsl,mpc8377wlan";
|
||||
model = "fsl,mpc8377wlan";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
/ {
|
||||
compatible = "fsl,mpc8378rdb";
|
||||
model = "fsl,mpc8378rdb";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
/ {
|
||||
compatible = "fsl,mpc8379rdb";
|
||||
model = "fsl,mpc8379rdb";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user