diff mbox series

Revert "arm: dts: bcm283x: Add minimal smbios information"

Message ID 20240514130724.1474507-1-pbrobinson@gmail.com
State Accepted
Delegated to: Peter Robinson
Headers show
Series Revert "arm: dts: bcm283x: Add minimal smbios information" | expand

Commit Message

Peter Robinson May 14, 2024, 1:07 p.m. UTC
This reverts commit 33041972727e84d3f95e26c83322521f61827584.

With the ability to generate this SMBIOS details autmotically the
small amount of details that this patch provided are generated
automatically so this is now obsolete so we can just drop it.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 arch/arm/dts/bcm283x-u-boot.dtsi | 19 -------------------
 1 file changed, 19 deletions(-)

Comments

Ilias Apalodimas May 25, 2024, 3:09 p.m. UTC | #1
On Tue, May 14, 2024 at 02:07:19PM +0100, Peter Robinson wrote:
> This reverts commit 33041972727e84d3f95e26c83322521f61827584.
>
> With the ability to generate this SMBIOS details autmotically the
> small amount of details that this patch provided are generated
> automatically so this is now obsolete so we can just drop it.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>  arch/arm/dts/bcm283x-u-boot.dtsi | 19 -------------------
>  1 file changed, 19 deletions(-)
>
> diff --git a/arch/arm/dts/bcm283x-u-boot.dtsi b/arch/arm/dts/bcm283x-u-boot.dtsi
> index 8c17c6f6a52..ec0f93dd850 100644
> --- a/arch/arm/dts/bcm283x-u-boot.dtsi
> +++ b/arch/arm/dts/bcm283x-u-boot.dtsi
> @@ -6,25 +6,6 @@
>   * (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
>   */
>
> -/ {
> -	smbios {
> -		compatible = "u-boot,sysinfo-smbios";
> -		smbios {
> -			system {
> -				manufacturer = "raspberrypi";
> -				product = "rpi";
> -			};
> -			baseboard {
> -				manufacturer = "raspberrypi";
> -				product = "rpi";
> -			};
> -			chassis {
> -				manufacturer = "raspberrypi";
> -			};
> -		};
> -	};
> -};
> -
>  &uart0 {
>  	skip-init;
>  	bootph-all;
> --
> 2.45.0
>

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Matthias Brugger May 27, 2024, 7:58 a.m. UTC | #2
On 14/05/2024 15:07, Peter Robinson wrote:
> This reverts commit 33041972727e84d3f95e26c83322521f61827584.
> 
> With the ability to generate this SMBIOS details autmotically the
> small amount of details that this patch provided are generated
> automatically so this is now obsolete so we can just drop it.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

Acked-by: Matthias Brugger <mbrugger@suse.com>

> ---
>   arch/arm/dts/bcm283x-u-boot.dtsi | 19 -------------------
>   1 file changed, 19 deletions(-)
> 
> diff --git a/arch/arm/dts/bcm283x-u-boot.dtsi b/arch/arm/dts/bcm283x-u-boot.dtsi
> index 8c17c6f6a52..ec0f93dd850 100644
> --- a/arch/arm/dts/bcm283x-u-boot.dtsi
> +++ b/arch/arm/dts/bcm283x-u-boot.dtsi
> @@ -6,25 +6,6 @@
>    * (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
>    */
>   
> -/ {
> -	smbios {
> -		compatible = "u-boot,sysinfo-smbios";
> -		smbios {
> -			system {
> -				manufacturer = "raspberrypi";
> -				product = "rpi";
> -			};
> -			baseboard {
> -				manufacturer = "raspberrypi";
> -				product = "rpi";
> -			};
> -			chassis {
> -				manufacturer = "raspberrypi";
> -			};
> -		};
> -	};
> -};
> -
>   &uart0 {
>   	skip-init;
>   	bootph-all;
diff mbox series

Patch

diff --git a/arch/arm/dts/bcm283x-u-boot.dtsi b/arch/arm/dts/bcm283x-u-boot.dtsi
index 8c17c6f6a52..ec0f93dd850 100644
--- a/arch/arm/dts/bcm283x-u-boot.dtsi
+++ b/arch/arm/dts/bcm283x-u-boot.dtsi
@@ -6,25 +6,6 @@ 
  * (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
  */
 
-/ {
-	smbios {
-		compatible = "u-boot,sysinfo-smbios";
-		smbios {
-			system {
-				manufacturer = "raspberrypi";
-				product = "rpi";
-			};
-			baseboard {
-				manufacturer = "raspberrypi";
-				product = "rpi";
-			};
-			chassis {
-				manufacturer = "raspberrypi";
-			};
-		};
-	};
-};
-
 &uart0 {
 	skip-init;
 	bootph-all;