From: Bernhard Messerklinger <[email protected]> Sent: Thursday, August 25, 2022 8:54 Subject: [PATCH 3/5] brppt1: Cleanup device tree > * Remove unnecessary device tree nodes which are not needed in > U-Boot directly. > * Move all U-Boot specific device tree properties to u-boot dtsi. > > Signed-off-by: Bernhard Messerklinger > <[email protected]> > --- > > arch/arm/dts/am335x-brppt1-mmc-u-boot.dtsi | 32 ++++ > arch/arm/dts/am335x-brppt1-mmc.dts | 201 --------------------- > 2 files changed, 32 insertions(+), 201 deletions(-)
Reviewed-by: Wolfgang Wallner <[email protected]>

